[Horde_SessionObjects] element index

Package indexes

All elements
h o q s _
_
top
Variable $_name
Horde_SessionObjects::$_name in SessionObjects.php
The name of the store.
Variable $_overwrite
Horde_SessionObjects::$_overwrite in SessionObjects.php
Allow store() to overwrite current objects?
Variable $_pruneList
Horde_SessionObjects::$_pruneList in SessionObjects.php
The list of oids to prune at the end of a request.
Variable $_sdata
Horde_SessionObjects::$_sdata in SessionObjects.php
Serialized cache item.
Variable $_size
Horde_SessionObjects::$_size in SessionObjects.php
The maximum number of objects that the store should hold.
h
top
Method Horde_SessionObjects
Constructor.
Class Horde_SessionObjects
Horde_SessionObjects in SessionObjects.php
The Horde_SessionObjects:: class provides a way for storing data (usually, but not necessarily, objects) in the current user's session.
o
top
Method oid
Horde_SessionObjects::oid() in SessionObjects.php
Generates an OID for an object.
Method overwrite
Horde_SessionObjects::overwrite() in SessionObjects.php
Overwrites a current element in the object store.
q
top
Method query
Horde_SessionObjects::query() in SessionObjects.php
Attempts to retrive an object from the store.
s
top
Page SessionObjects.php
SessionObjects.php in SessionObjects.php
Method setPruneFlag
Sets the prune flag on a store object.
Method singleton
Horde_SessionObjects::singleton() in SessionObjects.php
Returns a reference to the global Horde_SessionObjects object, only creating it if it doesn't already exist.
Method store
Horde_SessionObjects::store() in SessionObjects.php
Attempts to store an object in the session store.
Method storeOid
Horde_SessionObjects::storeOid() in SessionObjects.php
Wrapper around store that will return the oid instead.
h o q s _