Property | Type | Description | |
---|---|---|---|
$supportedModes | array | Display modes supported by this page. |
Property | Type | Description | |
---|---|---|---|
$_referrer | string | The page that we're creating. | |
$_template | string | Page template to use. |
Method | Description | |
---|---|---|
__construct ( $referrer ) | ||
display ( ) | Renders this page in display mode. | |
getPermissions ( ) : integer | Retrieve this user's permissions for the referring page. | |
handleAction ( ) | ||
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 |