Implements interfaces:
Zend_Session_Namespace
Located in /Zend/Session/Namespace.php (line 32)
Zend_Session_Abstract | --Zend_Session_Namespace
Namespace locking mechanism
Single instance namespace array to ensure data security.
Namespace - which namespace this instance of zend-session is saving-to/getting-from
Inherited from Zend_Session_Abstract
Zend_Session_Abstract::$_expiringData
Zend_Session_Abstract::$_readable
Zend_Session_Abstract::$_writable
unlockAll() - unmark all session/namespaces to enable read & write
__construct() - Returns an instance object bound to a particular, isolated section of the session, identified by $namespace name (defaulting to 'Default').
The optional argument $singleInstance will prevent construction of additional instance objects acting as accessors to this $namespace.
getIterator() - return an iteratable object for use in foreach and the like, this completes the IteratorAggregate interface
isLocked() - return lock status, true if, and only if, read-only
lock() - mark a session/namespace as readonly
setExpirationHops() - expire the namespace, or specific variables after a specified number of page hops
setExpirationSeconds() - expire the namespace, or specific variables after a specified number of seconds
unlock() - unmark a session/namespace to enable read & write
unsetAll() - unset all variables in this namespace
__get() - method to get a variable in this objects current namespace
__isset() - determine if a variable in this objects namespace is set
__set() - method to set a variable/value in this objects namespace
__unset() - unset a variable in this objects namespace.
Inherited From Zend_Session_Abstract
Zend_Session_Abstract::_namespaceGet()
Zend_Session_Abstract::_namespaceIsset()
Zend_Session_Abstract::_namespaceUnset()
used as option to constructor to prevent additional instances to the same namespace
Inherited from Zend_Session_Abstract
Zend_Session_Abstract::_THROW_NOT_READABLE_MSG
Zend_Session_Abstract::_THROW_NOT_WRITABLE_MSG
Documentation generated on Wed, 21 Feb 2007 11:55:08 -0800 by phpDocumentor 1.3.1