PHP Class Wicked_Page_EditPage, 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 that we're editing.

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.
getLockRequestor ( )
getLockTime ( )
getPermissions ( ) : integer Retrieve this user's permissions for the referring page.
handleAction ( )
isLocked ( )
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 )

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

getLockRequestor() public méthode

public getLockRequestor ( )

getLockTime() public méthode

public getLockTime ( )

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

isLocked() public méthode

public isLocked ( )

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 editing.
protected string $_referrer
Résultat string

$supportedModes public_oe property

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