Services_Blogging
[ class tree: Services_Blogging ] [ index: Services_Blogging ] [ all elements ]

Element index for package Services_Blogging

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ i ] [ l ] [ m ] [ n ] [ p ] [ s ] [ t ] [ u ] [ v ] [ w ] [ x ] [ _ ]

_

__construct
in file Blog.php, method Services_Blogging_Blog::__construct()
    Creates a new blog instance.
__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()
    Creates a new Exception object
__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()
    Retrieves an object property
__get
in file MediaObject.php, method Services_Blogging_MediaObject::__get()
    Returns value of a property
__get
in file Blog.php, method Services_Blogging_Blog::__get()
    Returns value of a property
__set
in file Post.php, method Services_Blogging_Post::__set()
    Sets an object property
__set
in file Blog.php, method Services_Blogging_Blog::__set()
    Set a property value.
__set
in file MediaObject.php, method Services_Blogging_MediaObject::__set()
    Set a property value.
top

a

$arSupportedPostProperties
in file LiveJournal.php, variable Services_Blogging_Driver_LiveJournal::$arSupportedPostProperties
$arSupportedPostProperties
in file MetaWeblog.php, variable Services_Blogging_Driver_MetaWeblog::$arSupportedPostProperties
ALLOW_COMMENTS
in file Post.php, class constant Services_Blogging_Post::ALLOW_COMMENTS
    Boolean.
AUTHOR
in file Post.php, class constant Services_Blogging_Post::AUTHOR
    Not used yet
AUTO_FORMAT
in file Post.php, class constant Services_Blogging_Post::AUTO_FORMAT
    Boolean.
autodiscover.php
procedural page autodiscover.php
top

b

bitclix.cw.php
procedural page bitclix.cw.php
blogger.cw.php
procedural page blogger.cw.php
blogger.php
procedural page blogger.php
Blog.php
procedural page Blog.php
Blogger.php
procedural page Blogger.php
Blogging.php
procedural page Blogging.php
top

c

CAPTION
in file Post.php, class constant Services_Blogging_Post::CAPTION
    String.
CATEGORIES
in file Post.php, class constant Services_Blogging_Post::CATEGORIES
    Array of categories (tags) to use.
CATEGORY
in file Post.php, class constant Services_Blogging_Post::CATEGORY
COMMENTS
in file Post.php, class constant Services_Blogging_Post::COMMENTS
CONTENT
in file Post.php, class constant Services_Blogging_Post::CONTENT
    Text/content for the entry.
convertPostToStruct
in file MetaWeblog.php, method Services_Blogging_Driver_MetaWeblog::convertPostToStruct()
    Converts Services_Blogging_Post object to an XML-RPC struct that can be sent to the server.
convertStructToPost
in file LiveJournal.php, method Services_Blogging_Driver_LiveJournal::convertStructToPost()
    Converts a struct returned by the webservice to a Services_Blogging_Post object
convertStructToPost
in file MetaWeblog.php, method Services_Blogging_Driver_MetaWeblog::convertStructToPost()
    Converts a struct returned by the webservice to a Services_Blogging_Post object
createNewPost
in file Driver.php, method Services_Blogging_Driver::createNewPost()
    Creates a new post object and returns that.
top

d

$driver
in file Post.php, variable Services_Blogging_Post::$driver
    The driver that will be used (optional).
DATA
in file Post.php, class constant Services_Blogging_Post::DATA
    String binary of a file upload.
DATE
in file Post.php, class constant Services_Blogging_Post::DATE
    Date at which the post has been written.
deletePost
in file MetaWeblog.php, method Services_Blogging_Driver_MetaWeblog::deletePost()
    Delete a given post.
deletePost
in file LiveJournal.php, method Services_Blogging_Driver_LiveJournal::deletePost()
    Delete a given post.
deletePost
in file Driver.php, method Services_Blogging_Driver::deletePost()
    Delete a given post
deletePost
in file Blogger.php, method Services_Blogging_Driver_Blogger::deletePost()
    Delete a given post
discoverDriver
in file Blogging.php, method Services_Blogging::discoverDriver()
    Autodiscover the driver settings from the given blog URL and create a driver instance.
discoverSettings
in file Blogging.php, method Services_Blogging::discoverSettings()
    Tries to auto-discover the driver settings for the blog at the given URL.
driverExists
in file Blogging.php, method Services_Blogging::driverExists()
    Tries to include the driver file and checks if the driver class exists.
Driver.php
procedural page Driver.php
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
    Exception code when the bloggin system does not support autodiscovery
ERROR_DRIVER
in file Blogging.php, class constant Services_Blogging::ERROR_DRIVER
    Exception code for a problem with the driver:
ERROR_INVALID_PROPERTY
in file Blog.php, class constant Services_Blogging_Blog::ERROR_INVALID_PROPERTY
    Exception code when the property is not supported.
ERROR_INVALID_PROPERTY
in file MediaObject.php, class constant Services_Blogging_MediaObject::ERROR_INVALID_PROPERTY
ERROR_NOSUPPORTEDDRIVER
in file Blogging.php, class constant Services_Blogging::ERROR_NOSUPPORTEDDRIVER
    Exception code when autodiscovery succeeded, but not matching driver
ERROR_NOTSUPPORTED
in file Blogging.php, class constant Services_Blogging::ERROR_NOTSUPPORTED
    Exception code when something (method, property) is not supported.
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
ERROR_WRONGPOSTTYPE
in file Driver.php, class constant Services_Blogging_Driver::ERROR_WRONGPOSTTYPE
    Error code: Unsupported post type used in createPost()
Exception.php
procedural page Exception.php
Exception.php
procedural page Exception.php
ExtendedDriver.php
procedural page ExtendedDriver.php
top

f

$field_correspondence
in file LiveJournal.php, variable Services_Blogging_Driver_LiveJournal::$field_correspondence
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()
    Returns the authentication data used for the challenge-repsonse mechanism.
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 MultipleBlogsInterface.php, method Services_Blogging_MultipleBlogsInterface::getBlogId()
    Returns the id of the currently used blog.
getBlogId
in file Blogger.php, method Services_Blogging_Driver_Blogger::getBlogId()
    Returns the id of the currently used blog.
getBlogs
in file MultipleBlogsInterface.php, method Services_Blogging_MultipleBlogsInterface::getBlogs()
    Returns an array of blogs for that account.
getBlogs
in file Blogger.php, method Services_Blogging_Driver_Blogger::getBlogs()
    Returns an array of blogs for that account.
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.
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 retrieve 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 LiveJournal.php, method Services_Blogging_Driver_LiveJournal::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
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 ExtendedDriver.php, method Services_Blogging_ExtendedDriver::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.
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 Driver.php, method Services_Blogging_Driver::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.
getSupportedPostTypes
in file Driver.php, method Services_Blogging_Driver::getSupportedPostTypes()
    Returns an array of supported post types. Pass one of them to createNewPost() to instantiate such a post object.
getSupportedTemplates
in file Blogger.php, method Services_Blogging_Driver_Blogger::getSupportedTemplates()
    Returns an array of supported Templates
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

i

isPostPropertySupported
in file MetaWeblog.php, method Services_Blogging_Driver_MetaWeblog::isPostPropertySupported()
    Checks if the given property name/id is supported for this driver.
isPostPropertySupported
in file LiveJournal.php, method Services_Blogging_Driver_LiveJournal::isPostPropertySupported()
    Checks if the given property name/id is supported for this driver.
isPostPropertySupported
in file Driver.php, method Services_Blogging_Driver::isPostPropertySupported()
    Checks if the given property name/id is supported for this driver.
isPostPropertySupported
in file Blogger.php, method Services_Blogging_Driver_Blogger::isPostPropertySupported()
    Checks if the given property name/id is supported for this driver.
top

l

LINK
in file Post.php, class constant Services_Blogging_Post::LINK
    String (url) when you post a link.
LOCATION
in file Post.php, class constant Services_Blogging_Post::LOCATION
    String.
livejournal.cw.php
procedural page livejournal.cw.php
LiveJournal.php
procedural page LiveJournal.php
top

m

md5hex
in file LiveJournal.php, method Services_Blogging_Driver_LiveJournal::md5hex()
    Creates md5 hash of the given string and converts it to hexadecimal representation.
MOOD
in file Post.php, class constant Services_Blogging_Post::MOOD
    String.
MUSIC
in file Post.php, class constant Services_Blogging_Post::MUSIC
    String.
MetaWeblog.php
procedural page MetaWeblog.php
MediaObject.php
procedural page MediaObject.php
MultipleBlogsInterface.php
procedural page MultipleBlogsInterface.php
top

n

$nBlogId
in file Blogger.php, variable Services_Blogging_Driver_Blogger::$nBlogId
    Id of the blog to be used.
top

p

PUBDATE
in file Post.php, class constant Services_Blogging_Post::PUBDATE
    Date at which the post shall be published.
Post.php
procedural page Post.php
top

s

savePost
in file LiveJournal.php, method Services_Blogging_Driver_LiveJournal::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 MetaWeblog.php, method Services_Blogging_Driver_MetaWeblog::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_Exception
in file Exception.php, class Services_Blogging_Driver_Exception
    Exception class for the Services_Blogging Drivers.
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
    String (e.g. url of a picture, or a source of a quote)
top

t

TITLE
in file Post.php, class constant Services_Blogging_Post::TITLE
    Title of the blog post entry.
top

u

$userdata
in file MetaWeblog.php, variable Services_Blogging_Driver_MetaWeblog::$userdata
    Internal list with user data.
$userdata
in file Blogger.php, variable Services_Blogging_Driver_Blogger::$userdata
    Internal list with user data.
$userdata
in file LiveJournal.php, variable Services_Blogging_Driver_LiveJournal::$userdata
    Internal list with user data.
URL
in file Post.php, class constant Services_Blogging_Post::URL
    Where to find the entry. Read-only because the blogging service determines it.
USER_AGENT
in file Blogging.php, class constant Services_Blogging::USER_AGENT
    USER_AGENT to send along during requests.
top

v

$values
in file Post.php, variable Services_Blogging_Post::$values
    Array with property values.
$values
in file MediaObject.php, variable Services_Blogging_MediaObject::$values
$values
in file Blog.php, variable Services_Blogging_Blog::$values
    Values/properties supported by the blogging system.
top

w

wordpress.blogger.cw.php
procedural page wordpress.blogger.cw.php
wordpress.cw.php
procedural page wordpress.cw.php
wordpress.movabletype.cw.php
procedural page wordpress.movabletype.cw.php
top

x

XmlRpc.php
procedural page XmlRpc.php
XML_RPC_PATH
in file Blogger.php, class constant Services_Blogging_Driver_Blogger::XML_RPC_PATH
XML_RPC_PATH
in file LiveJournal.php, class constant Services_Blogging_Driver_LiveJournal::XML_RPC_PATH
XML_RPC_SERVER
in file Blogger.php, class constant Services_Blogging_Driver_Blogger::XML_RPC_SERVER
    Requests shall be sent to here
XML_RPC_SERVER
in file LiveJournal.php, class constant Services_Blogging_Driver_LiveJournal::XML_RPC_SERVER
    Requests shall be sent to here
top

Documentation generated on Mon, 11 Mar 2019 15:46:35 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.