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.
Автор: Michael J Rubinsky ([email protected])
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (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() публичный Метод

Constructor.
public __construct ( Horde_Imsp_Client_Base $client, array $params )
$client Horde_Imsp_Client_Base The client connection.
$params array Hash containing IMSP parameters.

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

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.

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

public logout ( )

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

Function sets an option value on the IMSP server.
public set ( $option, string $value )
$value string Value to assign.

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

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

Horde_Imsp object.
protected Horde_Imsp_Client_Base $_imsp
Результат Horde_Imsp_Client_Base

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

Parameter list.
protected array $_params
Результат array