Property | Type | Description | |
---|---|---|---|
$supportedModes | array | Display modes supported by this page. |
Property | Type | Description | |
---|---|---|---|
$_referrer | string | The page that we're editing. |
Method | Description | |
---|---|---|
__construct ( $referrer ) | ||
allows ( integer $mode ) : boolean | Returns if the page allows a mode. Access rights and user state are taken into consideration. | |
display ( ) | Renders this page in display mode. | |
getLockRequestor ( ) | ||
getLockTime ( ) | ||
getPermissions ( ) : integer | Retrieve this user's permissions for the referring page. | |
handleAction ( ) | ||
isLocked ( ) | ||
pageName ( ) | ||
pageTitle ( ) | ||
preDisplay ( ) | Send them back whence they came if they aren't allowed to edit this page. | |
referrer ( ) |
public getPermissions ( ) : integer | ||
return | integer | The permissions bitmask. |
public preDisplay ( ) |
protected string $_referrer | ||
return | string |
public array $supportedModes | ||
return | array |