[ Index ] |
|
Code source de Horde 3.1.3 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 149 lignes (5 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
Prefs_imsp:: (3 méthodes):
Prefs_imsp()
retrieve()
store()
Classe: Prefs_imsp - X-Ref
Preference storage implementation for an IMSP server.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 |