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

File: MultipleBlogsInterface.php

Source Location: /Services_Blogging-0.1.0/Services/Blogging/MultipleBlogsInterface.php

Classes:

Page Details:

Includes:

require_once('Services/Blogging/Blog.php') [line 2]

getBlogId [line 31]

int getBlogId( )

Returns the id of the currently used blog.
  • Return: Blog id


[ Top ]



getBlogs [line 40]

array getBlogs( )

Returns an array of blogs for that account.
  • Return: Array of Services_Blogging_Blog


[ Top ]



setBlogId [line 22]

void setBlogId( int $nBlogId)

Sets the blog id to use (some blogging APIs support multiple blogs with one account)


Parameters

int   $nBlogId   Id of the blog to use
[ Top ]



Documentation generated on Sat, 27 Jan 2007 12:00:11 -0500 by phpDocumentor 1.3.0. PEAR Logo Copyright © PHP Group 2004.