Property | Type | Description | |
---|---|---|---|
$supportedModes | array | Display modes supported by this page. |
Property | Type | Description | |
---|---|---|---|
$_referrer | string | The page for which we'd like to manipulate attachments. |
Method | Description | |
---|---|---|
__construct ( $referrer ) | Constructor. | |
content ( ) | Returns this page rendered in content mode. | |
display ( ) | Returns this page rendered in Display mode. | |
getPermissions ( ) : integer | Returns the current user's permissions for the referring page. | |
handleAction ( ) | Retrieves the form fields and processes the attachment. | |
pageName ( ) | ||
pageTitle ( ) | ||
referrer ( ) |
public getPermissions ( ) : integer | ||
return | integer | The permissions bitmask. |
public handleAction ( ) |
protected string $_referrer | ||
return | string |
public array $supportedModes | ||
return | array |