PHP Класс Ingo_Transport_Ispconfig, horde

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

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

Свойство Тип Описание
$_details array The current vacation details.
$_soap SoapClient The SOAP connection
$_soap_session string The SOAP session id

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

Метод Описание
setScriptActive ( array $script ) Sets a script running on the backend.

Защищенные методы

Метод Описание
_checkConfig ( ) Checks if the realm has a specific configuration. If not, tries to fall back on the default configuration. If still not a valid configuration then returns an exception.
_connect ( ) Connects to the SOAP server.
_getUserDetails ( string $password ) : array Retrieves the current vacation details for the user.

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

_checkConfig() защищенный Метод

Checks if the realm has a specific configuration. If not, tries to fall back on the default configuration. If still not a valid configuration then returns an exception.
protected _checkConfig ( )

_connect() защищенный Метод

Connects to the SOAP server.
protected _connect ( )

_getUserDetails() защищенный Метод

Retrieves the current vacation details for the user.
protected _getUserDetails ( string $password ) : array
$password string The password for user.
Результат array Vacation details

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

Sets a script running on the backend.
public setScriptActive ( array $script )
$script array The filter script information. Passed elements: - 'name': (string) the script name. - 'recipes': (array) the filter recipe objects. - 'script': (string) the filter script.

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

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

The current vacation details.
protected array $_details
Результат array

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

The SOAP connection
protected SoapClient $_soap
Результат SoapClient

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

The SOAP session id
protected string $_soap_session
Результат string