Updates content of a wiki page. If the page does not exist it is created.
boolean
editPage
(string $pagename, string $text, [string $changelog = ''], [boolean $minorchange = false])
-
string
$pagename: Page to edit
-
string
$text: Page content
-
string
$changelog: Description of the change
-
boolean
$minorchange: True if this is a minor change
Redefinition of:
- Wicked_Sync::editPage()
- Updates content of a wiki page. If the page does not exist it is created.
Return basic pages information.
mixed
getMultiplePageInfo
([array $pages = array()])
-
array
$pages: Page names to get info for
Redefinition of:
- Wicked_Sync::getMultiplePageInfo()
- Return basic information of .multiple pages
Return page history.
array
getPageHistory
(string $pagename)
-
string
$pagename: Page name
Redefinition of:
- Wicked_Sync::getPageHistory()
- Return page history.
Return basic page information.
mixed
getPageInfo
(string $pageName)
-
string
$pageName: Page name
Redefinition of:
- Wicked_Sync::getPageInfo()
- Return basic page information.
Get the wiki source of a page specified by its name.
mixed
getPageSource
( $pageName, string $name)
-
string
$name: The name of the page to fetch
-
$pageName
Redefinition of:
- Wicked_Sync::getPageSource()
- Get the wiki source of a page specified by its name.
Returns a list of available pages.
array
listPages
()
Redefinition of:
- Wicked_Sync::listPages()
- Returns a list of available pages.
Process remote call
mixed
_getData
(string $method, [array $params = array()])
-
string
$method: Method name to call
-
array
$params: Array of parameters
Inherited Methods
Inherited From Wicked_Sync
Wicked_Sync::Wicked_Sync()
Wicked_Sync::editPage()
Wicked_Sync::factory()
Wicked_Sync::getMultiplePageInfo()
Wicked_Sync::getPageHistory()
Wicked_Sync::getPageInfo()
Wicked_Sync::getPageSource()
Wicked_Sync::listPages()