Property | Type | Description | |
---|---|---|---|
$supportedModes | array | Display modes supported by this page. |
Property | Type | Description | |
---|---|---|---|
$_lock | array | Lock information if this page is currently locked. | |
$_locks | Horde_Lock | A Horde_Locks instance for un-/locking this page. |
Method | Description | |
---|---|---|
__construct ( string $pagename ) | Constructs a standard page class to represent a wiki page. | |
allows ( integer $mode ) : boolean | Returns if the page allows a mode. Access rights and user state are taken into consideration. | |
changeLog ( ) | ||
diff ( string $version ) | Renders this page in diff mode. | |
displayContents ( $isBlock ) | ||
getDiff ( string $version, string $renderer = 'unified' ) | Produces a diff for this page. | |
getLockRequestor ( ) | ||
getLockTime ( ) | ||
getText ( ) | ||
history ( ) : string | Renders this page in History mode. | |
hits ( ) | ||
isLocked ( $owner = null ) | ||
lock ( ) | ||
pageID ( ) | ||
pageName ( ) | ||
unlock ( ) | ||
updateText ( $newtext, $changelog ) | ||
version ( ) | ||
versionCreated ( ) |
Method | Description | |
---|---|---|
_setViewProperties ( $view, $page ) |
public __construct ( string $pagename ) | ||
$pagename | string | The name of the page to represent. |
protected array $_lock | ||
return | array |
protected Horde_Lock $_locks | ||
return | Horde_Lock |
public array $supportedModes | ||
return | array |