[ Index ]
 

Code source de Horde 3.1.3

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

title

Body

[fermer]

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

(pas de description)

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

Définit 1 class

Prefs_session:: (4 méthodes):
  Prefs_session()
  retrieve()
  store()
  cleanup()


Classe: Prefs_session  - X-Ref

Preferences storage implementation for PHP's session implementation.

$Horde: framework/Prefs/Prefs/session.php,v 1.32.12.7 2006/05/11 17:13:23 jan Exp $

Copyright 1999-2006 Jon Parise <jon@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_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