[ Index ]
 

Code source de Horde 3.1.3

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

title

Body

[fermer]

/lib/Horde/Prefs/ -> imsp.php (sommaire)

(pas de description)

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

Définit 1 class

Prefs_imsp:: (3 méthodes):
  Prefs_imsp()
  retrieve()
  store()


Classe: Prefs_imsp  - X-Ref

Preference storage implementation for an IMSP server.

$Horde: framework/Prefs/Prefs/imsp.php,v 1.1.10.11 2006/02/28 05:59:19 slusarz 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.

Prefs_imsp($user, $password = '', $scope = '',$params = null, $caching = true)   X-Ref
Constructor function.
$params must contain:
'auth_method', 'server', 'port'

param: string  $user     Username of current user.
param: string  $password Password for current user.
param: string  $scope    The scope for these preferences.
param: array   $params   The parameters needed for this object.
param: boolean $caching  Are we using session cache?

retrieve()   X-Ref
Retrieves the requested set of preferences from the IMSP server.

return: mixed  True on success or a PEAR_Error object on failure.

store()   X-Ref
Stores all dirty prefs to IMSP server.

return: mixed  True on success or a PEAR_Error object on failure.



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