PHP Class Wicked_Page_AddPage, horde

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

Méthodes publiques

Méthode 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 méthode

public __construct ( $newpage )

display() public méthode

Renders this page in display mode.
public display ( )

getText() public méthode

public getText ( ) : string
Résultat string

pageName() public méthode

public pageName ( )

pageTitle() public méthode

public pageTitle ( )

preDisplay() public méthode

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

referrer() public méthode

public referrer ( )

Property Details

$_newpage protected_oe property

The page to confirm creation of.
protected string $_newpage
Résultat string

$_results protected_oe property

Cached search results.
protected array $_results
Résultat array

$supportedModes public_oe property

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