PHP Класс Wicked_Page_AttachedFiles, 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 for which we'd like to manipulate attachments.

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

Метод Описание
__construct ( $referrer ) Constructor.
content ( ) Returns this page rendered in content mode.
display ( ) Returns this page rendered in Display mode.
getPermissions ( ) : integer Returns the current user's permissions for the referring page.
handleAction ( ) Retrieves the form fields and processes the attachment.
pageName ( )
pageTitle ( )
referrer ( )

Описание методов

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

Constructor.
public __construct ( $referrer )

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

Returns this page rendered in content mode.
public content ( )

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

Returns this page rendered in Display mode.
public display ( )

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

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

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

Retrieves the form fields and processes the attachment.
public handleAction ( )

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

public pageName ( )

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

public pageTitle ( )

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

public referrer ( )

Описание свойств

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

The page for which we'd like to manipulate attachments.
protected string $_referrer
Результат string

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

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