PHP Класс Wicked_Page_NewPage, horde

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

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

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

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

Свойство Тип Описание
$_referrer string The page that we're creating.
$_template string Page template to use.

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

Метод Описание
__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 creating.
protected string $_referrer
Результат string

$_template защищенное свойство

Page template to use.
protected string $_template
Результат string

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

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