PHP Class Wicked_Page_AttachedFiles, horde

Author: Jan Schneider ([email protected])
Author: Jason M. Felice ([email protected])
Inheritance: extends Wicked_Page
Show file Open project: horde/horde

Public Properties

Property Type Description
$supportedModes array Display modes supported by this page.

Protected Properties

Property Type Description
$_referrer string The page for which we'd like to manipulate attachments.

Public Methods

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 ( )

Method Details

__construct() public method

Constructor.
public __construct ( $referrer )

content() public method

Returns this page rendered in content mode.
public content ( )

display() public method

Returns this page rendered in Display mode.
public display ( )

getPermissions() public method

Returns the current user's permissions for the referring page.
public getPermissions ( ) : integer
return integer The permissions bitmask.

handleAction() public method

Retrieves the form fields and processes the attachment.
public handleAction ( )

pageName() public method

public pageName ( )

pageTitle() public method

public pageTitle ( )

referrer() public method

public referrer ( )

Property Details

$_referrer protected property

The page for which we'd like to manipulate attachments.
protected string $_referrer
return string

$supportedModes public property

Display modes supported by this page.
public array $supportedModes
return array