PHP Class Wicked_Page_MergeOrRename, horde

Author: Jan Schneider ([email protected])
Author: Jason M. Felice ([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
$_errors string Validation errors.
$_referrer string The page that we're displaying similar pages to.

Public Methods

Method 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 method

public __construct ( $referrer )

allows() public method

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.
return boolean True if the mode is allowed.

display() public method

Renders 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

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

pageName() public method

public pageName ( )

pageTitle() public method

public pageTitle ( )

referrer() public method

public referrer ( )

Property Details

$_errors protected property

Validation errors.
protected string $_errors
return string

$_referrer protected property

The page that we're displaying similar pages to.
protected string $_referrer
return string

$supportedModes public property

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