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

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):

Methods


Inherited Variables

Inherited Methods


Class Details

[line 14]
Inteface to implement if an driver supports multiple blogs with one account.


[ 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.