The Horde_SessionObjects:: class provides a way for storing data (usually, but not necessarily, objects) in the current user's session.
$Horde: framework/SessionObjects/SessionObjects.php,v 1.6.12.12 2009/01/06 15:23:35 jan Exp $
Copyright 2003-2009 The Horde Project (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If youq did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
Located in /SessionObjects/SessionObjects.php (line 18)
The name of the store.
Allow store() to overwrite current objects?
The list of oids to prune at the end of a request.
Serialized cache item.
The maximum number of objects that the store should hold.
Constructor.
Optional Parameters: 'name' -- The name of the session variable to store the objects in. 'size' -- The maximum size of the (non-prunable) object store.
Generates an OID for an object.
Overwrites a current element in the object store.
Attempts to retrive an object from the store.
Sets the prune flag on a store object.
Returns a reference to the global Horde_SessionObjects object, only creating it if it doesn't already exist.
This method must be invoked as: $objectstore = &Horde_SessionObjects::singleton();
Attempts to store an object in the session store.
Wrapper around store that will return the oid instead.
Documentation generated on Sun, 30 Jan 2011 05:21:17 +0000 by phpDocumentor 1.4.3