PHP Класс Horde_Core_Ajax_Application_Handler, horde

Copyright 2012-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Автор: Michael Slusarz ([email protected])
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$_base Horde_Core_Ajax_Application The base AJAX application object.
$_external array outside of the Horde framework).
$_ignored array A list of public method names to ignore as actions.
$_readOnly array A list of actions that require read-only session access.

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

Метод Описание
__construct ( Horde_Core_Ajax_Application $base ) Constructor.
__get ( $name )
external ( string $action ) : boolean Is the action accessible externally?
has ( string $action ) : boolean Determines if the action exists in this handler.
readonly ( string $action ) : boolean Is the action marked read-only?

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

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

Constructor.
public __construct ( Horde_Core_Ajax_Application $base )
$base Horde_Core_Ajax_Application The base AJAX application object.

__get() закрытый публичный Метод

final public __get ( $name )

external() закрытый публичный Метод

Is the action accessible externally?
final public external ( string $action ) : boolean
$action string An AJAX action.
Результат boolean True if the action is acessible externally.

has() закрытый публичный Метод

Determines if the action exists in this handler.
final public has ( string $action ) : boolean
$action string An AJAX action.
Результат boolean True if the action exists.

readonly() закрытый публичный Метод

Is the action marked read-only?
final public readonly ( string $action ) : boolean
$action string An AJAX action.
Результат boolean True if the action is read-only.

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

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

The base AJAX application object.
protected Horde_Core_Ajax_Application $_base
Результат Horde_Core_Ajax_Application

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

outside of the Horde framework).
protected array $_external
Результат array

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

A list of public method names to ignore as actions.
protected array $_ignored
Результат array

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

A list of actions that require read-only session access.
protected array $_readOnly
Результат array