PHP Class Wicked_Page_MergeOrRename, 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
$_errors string Validation errors.
$_referrer string The page that we're displaying similar pages to.

Méthodes publiques

Méthode 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.
getPermissions ( ) : integer Retrieve this user's permissions for the referring page.
handleAction ( ) Retrieve the form fields and process the merge or rename.
pageName ( )
pageTitle ( )
referrer ( )

Method Details

__construct() public méthode

public __construct ( $referrer )

allows() public méthode

Returns if the page allows a mode. Access rights and user state are taken into consideration.
public allows ( integer $mode ) : boolean
$mode integer The mode to check for.
Résultat boolean True if the mode is allowed.

display() public méthode

Renders this page in display mode.
public display ( )

getPermissions() public méthode

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

handleAction() public méthode

Retrieve the form fields and process the merge or rename.
public handleAction ( )

pageName() public méthode

public pageName ( )

pageTitle() public méthode

public pageTitle ( )

referrer() public méthode

public referrer ( )

Property Details

$_errors protected_oe property

Validation errors.
protected string $_errors
Résultat string

$_referrer protected_oe property

The page that we're displaying similar pages to.
protected string $_referrer
Résultat string

$supportedModes public_oe property

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