PHP Класс Horde_Imsp_Options, horde
Copyright 2004-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.
Показать файл
Открыть проект
Примеры использования класса
Защищенные свойства (Protected)
Свойство |
Тип |
Описание |
|
$_imsp |
Horde_Imsp_Client_Base |
Horde_Imsp object. |
|
$_params |
array |
Parameter list. |
|
Открытые методы
Метод |
Описание |
|
__construct ( Horde_Imsp_Client_Base $client, array $params ) |
Constructor. |
|
get ( string $option ) : array |
Function sends a GET command to IMSP server and retrieves values. |
|
logout ( ) |
|
|
set ( $option, string $value ) |
Function sets an option value on the IMSP server. |
|
Описание методов
__construct()
публичный Метод
public __construct ( Horde_Imsp_Client_Base $client, array $params ) |
$client |
Horde_Imsp_Client_Base |
The client connection. |
$params |
array |
Hash containing IMSP parameters. |
Function sends a GET command to IMSP server and retrieves values.
public get ( string $option ) : array |
$option |
string |
Name of option to retrieve. Accepts '*' as wild
card. |
Результат |
array |
Hash containing option=>value pairs. |
Function sets an option value on the IMSP server.
Описание свойств
$_imsp защищенное свойство
protected Horde_Imsp_Client_Base $_imsp |
Результат |
Horde_Imsp_Client_Base |
|
$_params защищенное свойство
protected array $_params |
Результат |
array |
|