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
interface Services_Blogging_MultipleBlogsInterface
* 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 Sat, 27 Jan 2007 12:00:11 -0500 by phpDocumentor 1.3.0. PEAR Logo Copyright © PHP Group 2004.
|