/lib/api.phpWicked external API interface.
This file defines Wicked's external API interface. Other applications can interact with Wicked through this API.
$Horde: wicked/lib/api.php,v 1.30.2.2 2009/01/06 15:28:43 jan Exp $
Copyright 2003-2009 The Horde Project (http://www.horde.org/)
See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
_wicked_display (line 273)
Returns a rendered wiki page.
_wicked_edit (line 325)
Updates content of a wiki page. If the page does not exist it is created.
_wicked_getMultiplePageInfo (line 193)
Return basic information for multiple pages.
_wicked_getPageHistory (line 231)
Return page history.
_wicked_getPageInfo (line 167)
Return basic page information.
_wicked_getPageSource (line 406)
Get the wiki source of a page specified by its name.
_wicked_getRecentChanges (line 445)
Returns the most recently changed pages.
_wicked_getTemplate (line 393)
Get a template specified by its name. This is effectively an alias for getPageSource() since Wicked templates are also normal pages.
Wicked templates are pages that include "Template" at the beginning of the name.
_wicked_list (line 154)
Returns a list of available pages.
_wicked_listTemplates (line 369)
Get a list of templates provided by Wicked. A template is any page whose name begins with "Template"
_wicked_pageExists (line 260)
Chech if a page exists
_wicked_perms (line 103)
Returns a list of available permissions.
_wicked_renderPage (line 295)
Returns a rendered wiki page.
_wicked_saveTemplate (line 433)
Process a completed template to update the named Wiki page. This method is basically a passthrough to _wicked_edit()
Documentation generated on Sun, 30 Jan 2011 05:42:54 +0000 by phpDocumentor 1.4.3