PHP 클래스 Wicked_Page_RevertPage, horde

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

공개 프로퍼티들

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_referrer string The page that we're confirming reversion for.

공개 메소드들

메소드 설명
__construct ( $referrer )
display ( ) Renders this page in display mode.
getPermissions ( ) : integer Retrieve this user's permissions for the referring page.
handleAction ( )
pageName ( )
pageTitle ( )
preDisplay ( ) Send them back whence they came if they aren't allowed to edit this page.
referrer ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $referrer )

display() 공개 메소드

Renders this page in display mode.
public display ( )

getPermissions() 공개 메소드

Retrieve this user's permissions for the referring page.
public getPermissions ( ) : integer
리턴 integer The permissions bitmask.

handleAction() 공개 메소드

public handleAction ( )

pageName() 공개 메소드

public pageName ( )

pageTitle() 공개 메소드

public pageTitle ( )

preDisplay() 공개 메소드

Send them back whence they came if they aren't allowed to edit this page.
public preDisplay ( )

referrer() 공개 메소드

public referrer ( )

프로퍼티 상세

$_referrer 보호되어 있는 프로퍼티

The page that we're confirming reversion for.
protected string $_referrer
리턴 string

$supportedModes 공개적으로 프로퍼티

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