PHP Класс Horde_Registry_Api, horde

Copyright 2009-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)

Свойство Тип Описание
$_disabled array The list of disabled API calls.
$_links array Links.
$_methods array Cached list of methods.
$_noPerms array The listing of API calls that do not require permissions checking.

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

Метод Описание
disabled ( ) : array List of disabled API methods.
links ( ) : array List of application links.
methods ( ) : array Return the list of active API methods.
noPerms ( ) : array List of API methods that don't require permissions.

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

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

An application's implementation is responsible for changing/resetting application scope if it is needed within the method (e.g. to use application's prefs).
public disabled ( ) : array
Результат array List of disabled API methods.

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

Return the list of active API methods.
final public methods ( ) : array
Результат array List of active API methods.

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

An application's implementation is responsible for changing/resetting application scope if it is needed within the method (e.g. to use application's prefs).
public noPerms ( ) : array
Результат array List of API methods that don't require permissions.

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

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

The list of disabled API calls.
protected array $_disabled
Результат array

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

Cached list of methods.
protected array $_methods
Результат array

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

The listing of API calls that do not require permissions checking.
protected array $_noPerms
Результат array