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.
Author: Michael J Rubinsky ([email protected])
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

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() public method

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.

logout() public method

public logout ( )

set() public method

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

Property Details

$_imsp protected_oe property

Horde_Imsp object.
protected Horde_Imsp_Client_Base $_imsp
return Horde_Imsp_Client_Base

$_params protected_oe property

Parameter list.
protected array $_params
return array