PHP Класс Horde_Rpc_Soap_Caller, horde

Показать файл Открыть проект

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

Свойство Тип Описание
$_allowedMethods array List of method names to allow.

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

Метод Описание
__call ( string $method, array $params ) : mixed Will be registered as the handler for all methods called in the SOAP server and will call the appropriate function through the registry.
__construct ( $params = [] )

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

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

Will be registered as the handler for all methods called in the SOAP server and will call the appropriate function through the registry.
public __call ( string $method, array $params ) : mixed
$method string The name of the method called by the RPC request.
$params array The passed parameters.
Результат mixed The result of the called registry method.

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

public __construct ( $params = [] )

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

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

List of method names to allow.
protected array $_allowedMethods
Результат array