PHP 클래스 Wicked_Page_StandardHistoryPage, horde

저자: Jan Schneider ([email protected])
저자: Tyler Colbert ([email protected])
상속: extends Wicked_Page_StandardPage
파일 보기 프로젝트 열기: horde/horde

공개 프로퍼티들

프로퍼티 타입 설명
$supportedModes array Display modes supported by this page.

공개 메소드들

메소드 설명
__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 )

메소드 상세

__construct() 공개 메소드

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 isOld ( )

pageUrl() 공개 메소드

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

프로퍼티 상세

$supportedModes 공개적으로 프로퍼티

Display modes supported by this page.
public array $supportedModes
리턴 array