PHP Class Wicked_Page_StandardHistoryPage, horde

Author: Jan Schneider ([email protected])
Author: Tyler Colbert ([email protected])
Inheritance: extends Wicked_Page_StandardPage
Show file Open project: horde/horde

Public Properties

Property Type Description
$supportedModes array Display modes supported by this page.

Public Methods

Method Description
__construct ( string $pagename, integer $version = null ) Construct a standard history page class to represent an old version of a wiki page.
isOld ( )
pageUrl ( $linkpage = null, $actionId = null )

Method Details

__construct() public method

Construct a standard history page class to represent an old version of a wiki page.
public __construct ( string $pagename, integer $version = null )
$pagename string The name of the page to load.
$version integer The version of the page to load.

isOld() public method

public isOld ( )

pageUrl() public method

public pageUrl ( $linkpage = null, $actionId = null )

Property Details

$supportedModes public property

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