[ Index ] |
|
Code source de Horde 3.1.3 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 116 lignes (4 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
Prefs_session:: (4 méthodes):
Prefs_session()
retrieve()
store()
cleanup()
Classe: Prefs_session - X-Ref
Preferences storage implementation for PHP's session implementation.Prefs_session($user, $password = '', $scope = '',$params = null, $caching = true) X-Ref |
Constructs a new session preferences object. param: string $user The user who owns these preferences. (Unused) param: string $password The password associated with $user. (Unused) param: string $scope The current preferences scope. param: array $params A hash containing connection parameters. param: boolean $caching Should caching be used? (Unused) |
retrieve() X-Ref |
Retrieves the requested set of preferences from the current session. return: mixed True on success or a PEAR_Error object on failure. |
store($prefs = array() X-Ref |
Stores preferences in the current session. param: array $prefs An array listing the preferences to be stored. If return: mixed True on success or a PEAR_Error object on failure. |
cleanup($all = false) X-Ref |
Perform cleanup operations. param: boolean $all Cleanup all Horde preferences. |
Généré le : Sun Feb 25 18:01:28 2007 | par Balluche grâce à PHPXref 0.7 |