PHP Class Wicked_Page_AddPage, horde

Author: Jan Schneider ([email protected])
Author: Tyler Colbert ([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
$_newpage string The page to confirm creation of.
$_results array Cached search results.

Public Methods

Method Description
__construct ( $newpage )
display ( ) Renders this page in display mode.
getText ( ) : string
pageName ( )
pageTitle ( )
preDisplay ( ) Bail out if there's no page name.
referrer ( )

Method Details

__construct() public method

public __construct ( $newpage )

display() public method

Renders this page in display mode.
public display ( )

getText() public method

public getText ( ) : string
return string

pageName() public method

public pageName ( )

pageTitle() public method

public pageTitle ( )

preDisplay() public method

Bail out if there's no page name.
public preDisplay ( )

referrer() public method

public referrer ( )

Property Details

$_newpage protected property

The page to confirm creation of.
protected string $_newpage
return string

$_results protected property

Cached search results.
protected array $_results
return array

$supportedModes public property

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