PHP 클래스 Wicked_Page_MergeOrRename, horde

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

공개 프로퍼티들

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_errors string Validation errors.
$_referrer string The page that we're displaying similar pages to.

공개 메소드들

메소드 설명
__construct ( $referrer )
allows ( integer $mode ) : boolean Returns if the page allows a mode. Access rights and user state are taken into consideration.
display ( ) Renders this page in display mode.
getPermissions ( ) : integer Retrieve this user's permissions for the referring page.
handleAction ( ) Retrieve the form fields and process the merge or rename.
pageName ( )
pageTitle ( )
referrer ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $referrer )

allows() 공개 메소드

Returns if the page allows a mode. Access rights and user state are taken into consideration.
public allows ( integer $mode ) : boolean
$mode integer The mode to check for.
리턴 boolean True if the mode is allowed.

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() 공개 메소드

Retrieve the form fields and process the merge or rename.
public handleAction ( )

pageName() 공개 메소드

public pageName ( )

pageTitle() 공개 메소드

public pageTitle ( )

referrer() 공개 메소드

public referrer ( )

프로퍼티 상세

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

Validation errors.
protected string $_errors
리턴 string

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

The page that we're displaying similar pages to.
protected string $_referrer
리턴 string

$supportedModes 공개적으로 프로퍼티

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