PHP Класс Wicked_Page_EditPage, horde

Автор: Jan Schneider ([email protected])
Автор: Jason M. Felice ([email protected])
Наследование: extends Wicked_Page
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$supportedModes array Display modes supported by this page.

Защищенные свойства (Protected)

Свойство Тип Описание
$_referrer string The page that we're editing.

Открытые методы

Метод Описание
__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.
getLockRequestor ( )
getLockTime ( )
getPermissions ( ) : integer Retrieve this user's permissions for the referring page.
handleAction ( )
isLocked ( )
pageName ( )
pageTitle ( )
preDisplay ( ) Send them back whence they came if they aren't allowed to edit this page.
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 ( )

getLockRequestor() публичный Метод

public getLockRequestor ( )

getLockTime() публичный Метод

public getLockTime ( )

getPermissions() публичный Метод

Retrieve this user's permissions for the referring page.
public getPermissions ( ) : integer
Результат integer The permissions bitmask.

handleAction() публичный Метод

public handleAction ( )

isLocked() публичный Метод

public isLocked ( )

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 editing.
protected string $_referrer
Результат string

$supportedModes публичное свойство

Display modes supported by this page.
public array $supportedModes
Результат array