Index of all elements
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ i ]
[ l ]
[ m ]
[ n ]
[ ]
[ s ]
[ t ]
[ u ]
[ v ]
[ x ]
top
top
top
top
e
- ENCLOSURE
- in file Post.php, class constant Services_Blogging_Post::ENCLOSURE
- ERROR_BLOGHASNTAUTODISCOVERY
- in file Blogging.php, class constant Services_Blogging::ERROR_BLOGHASNTAUTODISCOVERY
- ERROR_DRIVER
- in file Blogging.php, class constant Services_Blogging::ERROR_DRIVER
Exception codes and messages that are thrown by the class.
- ERROR_INVALID_PROPERTY
- in file MediaObject.php, class constant Services_Blogging_MediaObject::ERROR_INVALID_PROPERTY
- ERROR_INVALID_PROPERTY
- in file Blog.php, class constant Services_Blogging_Blog::ERROR_INVALID_PROPERTY
- ERROR_NOSUPPORTEDDRIVER
- in file Blogging.php, class constant Services_Blogging::ERROR_NOSUPPORTEDDRIVER
- ERROR_POSTDOESNTEXIST
- in file ExtendedDriver.php, class constant Services_Blogging_ExtendedDriver::ERROR_POSTDOESNTEXIST
Error code: Username or password doesn't exist/are wrong
- ERROR_UNKNOWN_TEMPLATE
- in file Blogger.php, class constant Services_Blogging_Driver_Blogger::ERROR_UNKNOWN_TEMPLATE
- ERROR_UNSUPPORTED_PROPERTY
- in file Post.php, class constant Services_Blogging_Post::ERROR_UNSUPPORTED_PROPERTY
The property isn't supported by the driver.
- ERROR_USERIDPASS
- in file Driver.php, class constant Services_Blogging_Driver::ERROR_USERIDPASS
Error code: Username or password doesn't exist/are wrong
- Exception.php
- procedural page Exception.php
- ExtendedDriver.php
- procedural page ExtendedDriver.php
top
f
- factory
- in file Blogging.php, method Services_Blogging::factory()
The factory function that instantiates the appropriate class and returns the object, so that further methods may be executed. This function serves as the single entry point for the class.
top
g
- getAuthData
- in file LiveJournal.php, method Services_Blogging_Driver_LiveJournal::getAuthData()
- getBestAvailableDriver
- in file Blogging.php, method Services_Blogging::getBestAvailableDriver()
Tries to return the best available driver for the given settings array. The settings array is returned by Services_Blogging::discoverSettings()
- getBlogId
- in file Blogger.php, method Services_Blogging_Driver_Blogger::getBlogId()
Returns the id of the currently used blog.
- getBlogId
- in file MultipleBlogsInterface.php, method Services_Blogging_MultipleBlogsInterface::getBlogId()
Returns the id of the currently used blog.
- getBlogs
- in file Blogger.php, method Services_Blogging_Driver_Blogger::getBlogs()
Returns an array of blogs for that account.
- getBlogs
- in file MultipleBlogsInterface.php, method Services_Blogging_MultipleBlogsInterface::getBlogs()
Returns an array of blogs for that account.
- getPost
- in file MetaWeblog.php, method Services_Blogging_Driver_MetaWeblog::getPost()
The getPost method is intended to retrive a given post as an object of the Services_Blogging_Post class; given the unique post id which is passed as a parameter to the function.
- getPost
- in file LiveJournal.php, method Services_Blogging_Driver_LiveJournal::getPost()
The getPost method is intended to retrive a given post as an object of the Services_Blogging_Post class; given the unique post id which is passed as a parameter to the function.
- getPost
- in file ExtendedDriver.php, method Services_Blogging_ExtendedDriver::getPost()
The getPost method is intended to retrive a given post as an object of the Services_Blogging_Post class; given the unique post id which is passed as a parameter to the function.
- getRecentPosts
- in file MetaWeblog.php, method Services_Blogging_Driver_MetaWeblog::getRecentPosts()
Returns an array of recent posts as Services_Blogging_Post objects
- getRecentPosts
- in file ExtendedDriver.php, method Services_Blogging_ExtendedDriver::getRecentPosts()
Returns an array of recent posts as Services_Blogging_Post objects
- getRecentPosts
- in file LiveJournal.php, method Services_Blogging_Driver_LiveJournal::getRecentPosts()
Returns an array of recent posts as Services_Blogging_Post objects
- getRecentPostTitles
- in file MetaWeblog.php, method Services_Blogging_Driver_MetaWeblog::getRecentPostTitles()
The getRecentPostTitles method is intended to retrieve the given number of posts titles from a blog.
- getRecentPostTitles
- in file LiveJournal.php, method Services_Blogging_Driver_LiveJournal::getRecentPostTitles()
The getRecentPostTitles method is intended to retrieve the given number of post titles from a blog.
- getRecentPostTitles
- in file ExtendedDriver.php, method Services_Blogging_ExtendedDriver::getRecentPostTitles()
The getRecentPostTitles method is intended to retrieve the given number of posts titles from a blog.
- getSupportedPostProperties
- in file Blogger.php, method Services_Blogging_Driver_Blogger::getSupportedPostProperties()
Returns an array of strings thay define the properties that a post to this blog may have.
- getSupportedPostProperties
- in file MetaWeblog.php, method Services_Blogging_Driver_MetaWeblog::getSupportedPostProperties()
Returns an array of strings thay define the properties that a post to this blog may have.
- getSupportedPostProperties
- in file LiveJournal.php, method Services_Blogging_Driver_LiveJournal::getSupportedPostProperties()
Returns an array of strings thay define the properties that a post to this blog may have.
- getSupportedPostProperties
- in file Driver.php, method Services_Blogging_Driver::getSupportedPostProperties()
Returns an array of strings thay define the properties that a post to this blog may have.
- getSupportedTemplates
- in file Blogger.php, method Services_Blogging_Driver_Blogger::getSupportedTemplates()
- getTemplate
- in file Blogger.php, method Services_Blogging_Driver_Blogger::getTemplate()
Implements the blogger.getTemplate() method. The BlogID of the blog for which the template must be retrieved and the template type are passed as parameters.
- GUID
- in file Post.php, class constant Services_Blogging_Post::GUID
top
top
top
top
top
top
s
- savePost
- in file MetaWeblog.php, method Services_Blogging_Driver_MetaWeblog::savePost()
Save a new post into the blog.
- savePost
- in file Driver.php, method Services_Blogging_Driver::savePost()
Save a new post into the blog.
- savePost
- in file LiveJournal.php, method Services_Blogging_Driver_LiveJournal::savePost()
Save a new post into the blog.
- savePost
- in file Blogger.php, method Services_Blogging_Driver_Blogger::savePost()
Save a new post into the blog.
- sendRequest
- in file XmlRpc.php, method Services_Blogging_XmlRpc::sendRequest()
The function that actually sends an XML-RPC request to the server, handles errors accordingly and returns the appropriately decoded data sent as response from the server.
- Services_Blogging
- in file Blogging.php, class Services_Blogging
Generic package for several Blogging APIs.
- Services_Blogging_Blog
- in file Blog.php, class Services_Blogging_Blog
Blog object. Used when multiple blogs are supported by one account.
- Services_Blogging_Driver
- in file Driver.php, class Services_Blogging_Driver
A PHP interface to blogging APIs
- Services_Blogging_Driver_Blogger
- in file Blogger.php, class Services_Blogging_Driver_Blogger
Blogger API implementation.
- Services_Blogging_Driver_LiveJournal
- in file LiveJournal.php, class Services_Blogging_Driver_LiveJournal
LiveJournal API implementation.
- Services_Blogging_Driver_MetaWeblog
- in file MetaWeblog.php, class Services_Blogging_Driver_MetaWeblog
metaWeblog API implementation.
- Services_Blogging_Exception
- in file Exception.php, class Services_Blogging_Exception
Exception class for the Services_Blogging package.
- Services_Blogging_ExtendedDriver
- in file ExtendedDriver.php, class Services_Blogging_ExtendedDriver
A class extended from Services_Blogging that provides additional abstract functions not present in the original class. These methods have been primarily implemented by the metaWeblog API driver.
- Services_Blogging_MediaObject
- in file MediaObject.php, class Services_Blogging_MediaObject
Media object (image, video, sound) in a blog entry.
- Services_Blogging_MultipleBlogsInterface
- in file MultipleBlogsInterface.php, class Services_Blogging_MultipleBlogsInterface
Inteface to implement if an driver supports multiple blogs with one account.
- Services_Blogging_Post
- in file Post.php, class Services_Blogging_Post
Generic blog post object.
- Services_Blogging_XmlRpc
- in file XmlRpc.php, class Services_Blogging_XmlRpc
XmlRpc helper methods for the blogging API
- setBlogId
- in file Blogger.php, method Services_Blogging_Driver_Blogger::setBlogId()
Sets the blog id to use (some blogging APIs support multiple blogs with one account)
- setBlogId
- in file MultipleBlogsInterface.php, method Services_Blogging_MultipleBlogsInterface::setBlogId()
Sets the blog id to use (some blogging APIs support multiple blogs with one account)
- setDriver
- in file Post.php, method Services_Blogging_Post::setDriver()
Set the driver object
- setId
- in file Post.php, method Services_Blogging_Post::setId()
Sets the post id. This method should only be used by the driver implementations that just uploaded a post to the blog, and it got an id now.
- setTemplate
- in file Blogger.php, method Services_Blogging_Driver_Blogger::setTemplate()
Implements the blogger.setTemplate() method. The BlogID of the blog for which the template is to be set, the template type (again: 'main' or 'archiveIndex') and the actual template in the HTML format are passed as parameters.
- SOURCE
- in file Post.php, class constant Services_Blogging_Post::SOURCE
top
top
top
top
top
_
- __construct
- in file Blog.php, method Services_Blogging_Blog::__construct()
- __construct
- in file MetaWeblog.php, method Services_Blogging_Driver_MetaWeblog::__construct()
Constructor for the metaWeblog driver class.
- __construct
- in file Post.php, method Services_Blogging_Post::__construct()
Services_Blogging_Post constructor.
- __construct
- in file Exception.php, method Services_Blogging_Exception::__construct()
- __construct
- in file LiveJournal.php, method Services_Blogging_Driver_LiveJournal::__construct()
Constructor for the LiveJournal driver.
- __construct
- in file Blogger.php, method Services_Blogging_Driver_Blogger::__construct()
Constructor for the Blogger class that authenticates the user and sets class properties. It will return the userinfo if authentication was successful, an exception if authentication failed. The username, password, path to the XML-RPC client and server URI are passed as parameters.
- __get
- in file Post.php, method Services_Blogging_Post::__get()
- __get
- in file MediaObject.php, method Services_Blogging_MediaObject::__get()
- __get
- in file Blog.php, method Services_Blogging_Blog::__get()
- __set
- in file Post.php, method Services_Blogging_Post::__set()
- __set
- in file Blog.php, method Services_Blogging_Blog::__set()
- __set
- in file MediaObject.php, method Services_Blogging_MediaObject::__set()
top
Documentation generated on Mon, 11 Mar 2019 14:57:58 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|