PHP Class Wicked_Page_DeletePage, horde

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

Public Methods

Method Description
__construct ( $referrer )
display ( ) Render 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 delete this page.
referrer ( )

Method Details

__construct() public method

public __construct ( $referrer )

display() public method

Render this page in Display mode.
public display ( )

getPermissions() public method

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

handleAction() public method

public handleAction ( )

pageName() public method

public pageName ( )

pageTitle() public method

public pageTitle ( )

preDisplay() public method

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

referrer() public method

public referrer ( )

Property Details

$_referrer protected property

The page that we're confirming deletion for.
protected string $_referrer
return string

$supportedModes public property

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