PHP Class Wicked_Page_RecentChanges, 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.

Public Methods

Method Description
content ( ) : string Renders this page in content mode.
displayContents ( $isBlock ) : string Renders this page in display or block mode.
pageName ( )
pageTitle ( )

Method Details

content() public method

Renders this page in content mode.
public content ( ) : string
return string The page content.

displayContents() public method

Renders this page in display or block mode.
public displayContents ( $isBlock ) : string
return string The contents.

pageName() public method

public pageName ( )

pageTitle() public method

public pageTitle ( )

Property Details

$supportedModes public property

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