PHP Class 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.
Mostra file
Open project: horde/horde
Class Usage Examples
Protected Properties
Property |
Type |
Description |
|
$_imsp |
Horde_Imsp_Client_Base |
Horde_Imsp object. |
|
$_params |
array |
Parameter list. |
|
Public Methods
Method |
Description |
|
__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. |
|
Method Details
__construct()
public method
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. |
return |
array |
Hash containing option=>value pairs. |
Function sets an option value on the IMSP server.
Property Details
$_imsp protected_oe property
protected Horde_Imsp_Client_Base $_imsp |
return |
Horde_Imsp_Client_Base |
|
$_params protected_oe property
protected array $_params |
return |
array |
|