PHP Class Wicked_Page_RevertPage, horde

Author: Jan Schneider ([email protected])
Author: Chuck Hagenbuch ([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 that we're confirming reversion for.

Méthodes publiques

Méthode 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 ( )

Method Details

__construct() public méthode

public __construct ( $referrer )

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

public handleAction ( )

pageName() public méthode

public pageName ( )

pageTitle() public méthode

public pageTitle ( )

preDisplay() public méthode

Send them back whence they came if they aren't allowed to edit this page.
public preDisplay ( )

referrer() public méthode

public referrer ( )

Property Details

$_referrer protected_oe property

The page that we're confirming reversion for.
protected string $_referrer
Résultat string

$supportedModes public_oe property

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