PHP Class Wicked_Page_AttachedFiles, horde

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

Méthodes publiques

Свойство Type Description
$supportedModes array Display modes supported by this page.

Protected Properties

Свойство Type Description
$_referrer string The page for which we'd like to manipulate attachments.

Méthodes publiques

Méthode 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 méthode

Constructor.
public __construct ( $referrer )

content() public méthode

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

display() public méthode

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

getPermissions() public méthode

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

handleAction() public méthode

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

pageName() public méthode

public pageName ( )

pageTitle() public méthode

public pageTitle ( )

referrer() public méthode

public referrer ( )

Property Details

$_referrer protected_oe property

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

$supportedModes public_oe property

Display modes supported by this page.
public array $supportedModes
Résultat array