Source for file MultipleBlogsInterface.php
Documentation is available at MultipleBlogsInterface.php
require_once 'Services/Blogging/Blog.php';
* Inteface to implement if an driver supports multiple
* blogs with one account.
* @package Services_Blogging
* @author Anant Narayanan <anant@php.net>
* @author Christian Weiske <cweiske@php.net>
* @license http://www.gnu.org/copyleft/lesser.html LGPL License 2.1
* Sets the blog id to use (some blogging APIs support multiple
* blogs with one account)
* @param int $nBlogId Id of the blog to use
* Returns the id of the currently used blog.
* Returns an array of blogs for that account.
* @return array Array of Services_Blogging_Blog
}//interface Services_Blogging_MultipleBlogsInterface
Documentation generated on Mon, 11 Mar 2019 14:57:59 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|