[ Index ]
 

Code source de Horde 3.1.3

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/lib/Net/IMSP/ -> Options.php (sommaire)

(pas de description)

Poids: 215 lignes (7 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

Net_IMSP_Options:: (6 méthodes):
  Net_IMSP_Options()
  init()
  get()
  set()
  setLogger()
  logout()


Classe: Net_IMSP_Options  - X-Ref

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

Required parameters:<pre>
'username'     Username to logon to IMSP server as.
'password'     Password for current user.
'auth_method'  The authentication method to use to login.
'server'       The hostname of the IMSP server.
'port'         The port of the IMSP server.</pre>

$Horde: framework/Net_IMSP/IMSP/Options.php,v 1.3.2.16 2006/01/01 21:28:28 jan Exp $

Copyright 2004-2006 Michael Rubinsky <mrubinsk@horde.org>

See the enclosed file COPYING for license information (LGPL). If you
did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.

Net_IMSP_Options($params)   X-Ref
Constructor function.

param: array $params  Hash containing IMSP parameters.

init()   X-Ref
Initialization function to be called after object is returned.
This allows errors to occur and not break the script.

return: mixed  True on success PEAR_Error on failure.

get($optionName)   X-Ref
Function sends a GET command to IMSP server and retrieves values.

param: string $optionName Name of option to retrieve. Accepts '*'
return: mixed  Associative array containing option=>value pairs or

set($optionName, $optionValue)   X-Ref
Function sets an option value on the IMSP server.

param: string $optionName  Name of option to set.
param: string $optionValue Value to assign.
return: mixed True or PEAR_Error.

setLogger($params)   X-Ref
Sets the log information in the Net_IMSP object.

param: array $params  The log parameters.
return: mixed  True on success PEAR_Error on failure.

logout()   X-Ref
Pas de description



Généré le : Sun Feb 25 18:01:28 2007 par Balluche grâce à PHPXref 0.7