Overview

Packages

  • Horde
    • Imsp

Classes

  • Horde_Imsp_Auth_Base
  • Horde_Imsp_Auth_CramMd5
  • Horde_Imsp_Auth_Imtest
  • Horde_Imsp_Auth_Plaintext
  • Horde_Imsp_Book
  • Horde_Imsp_Client_Base
  • Horde_Imsp_Client_Socket
  • Horde_Imsp_Exception
  • Horde_Imsp_Options
  • Horde_Imsp_Translation
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Imsp_Options

Horde_Imsp_Options Class - provides an interface to IMSP server-based options storage.

Copyright 2004-2012 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.

Package: Horde\Imsp
Author: Michael J Rubinsky mrubinsk@horde.org
Located at Horde/Imsp/Options.php
Methods summary
public
# __construct( Horde_Imsp_Client_Base $client, array $params )

Constructor.

Constructor.

Parameters

$client
The client connection.
$params
Hash containing IMSP parameters.
public array
# get( string $option )

Function sends a GET command to IMSP server and retrieves values.

Function sends a GET command to IMSP server and retrieves values.

Parameters

$option
<p>Name of option to retrieve. Accepts '*' as wild card.</p>

Returns

array
Hash containing option=>value pairs.

Throws

Horde_Imsp_Exception
public
# set( string $option, string $value )

Function sets an option value on the IMSP server.

Function sets an option value on the IMSP server.

Parameters

$option
$name Name of option to set.
$value
Value to assign.

Throws

Horde_Imsp_Exception
public
# logout( )
API documentation generated by ApiGen