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

Class: Services_Blogging_MultipleBlogsInterface

Source Location: /Services_Blogging-0.2.4/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 29]
Inteface to implement if an driver supports multiple blogs with one account.


[ Top ]


Method Detail

getBlogId   [line 48]

int getBlogId( )

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

[ Top ]

getBlogs   [line 57]

array getBlogs( )

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

[ Top ]

setBlogId   [line 39]

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 15:46:35 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.