Services_Blogging
[
class tree: Services_Blogging
] [
index: Services_Blogging
] [
all elements
]
Todo List
Packages:
Services_Blogging
Classes:
Services_Blogging
Services_Blogging_Blog
Services_Blogging_Driver
Services_Blogging_Driver_Blogger
Services_Blogging_Driver_LiveJournal
Services_Blogging_Driver_MetaWeblog
Services_Blogging_Exception
Services_Blogging_ExtendedDriver
Services_Blogging_MediaObject
Services_Blogging_Post
Services_Blogging_XmlRpc
Files:
autodiscover.php
Blog.php
blogger.cw.php
Blogger.php
Blogging.php
Driver.php
Exception.php
ExtendedDriver.php
livejournal.cw.php
LiveJournal.php
MediaObject.php
MetaWeblog.php
MultipleBlogsInterface.php
Post.php
XmlRpc.php
Class: Services_Blogging_MultipleBlogsInterface
Source Location: /Services_Blogging-0.1.1/Services/Blogging/MultipleBlogsInterface.php
Class Overview
Inteface to implement if an driver supports multiple blogs with one account.
Author(s):
Christian Weiske <
cweiske at php.net
>
Anant Narayanan <
anant at php.net
>
Methods
getBlogId
getBlogs
setBlogId
Inherited Variables
Inherited Methods
Class Details
[line
14
]
Inteface to implement if an driver supports multiple blogs with one account.
Author:
Christian Weiske <
cweiske@php.net
>
Author:
Anant Narayanan <
anant@php.net
>
License:
LGPL License 2.1
[
Top
]
Method Detail
getBlogId
[line
31
]
int getBlogId( )
Returns the id of the currently used blog.
Return:
Blog id
Access:
public
[
Top
]
getBlogs
[line
40
]
array getBlogs( )
Returns an array of blogs for that account.
Return:
Array of Services_Blogging_Blog
Access:
public
[
Top
]
setBlogId
[line
22
]
void setBlogId( int $nBlogId)
Sets the blog id to use (some blogging APIs support multiple blogs with one account)
Access:
public
Parameters:
int
$nBlogId
—
Id of the blog to use
[
Top
]
Documentation generated on Mon, 11 Mar 2019 14:57:59 -0400 by
phpDocumentor 1.4.4
. PEAR Logo Copyright © PHP Group 2004.