Zend_Session_NamespaceImplements interfaces:
Zend_Session_Namespace
Located in /Zend/Session/Namespace.php (line 32)
Zend_Session_Abstract | --Zend_Session_Namespace
void
setExpirationHops
(int $hops, [mixed $variables = null], [boolean $hopCountOnUsageOnly = false])
static array
$_namespaceLocks
= array() (line 52)
Namespace locking mechanism
static array
$_singleInstances
= array() (line 59)
Single instance namespace array to ensure data security.
string
$_namespace
= "Default" (line 45)
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
static unlockAll (line 185)
unlockAll() - unmark all session/namespaces to enable read & write
Constructor __construct (line 71)
__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 (line 152)
getIterator() - return an iteratable object for use in foreach and the like, this completes the IteratorAggregate interface
isLocked (line 196)
isLocked() - return lock status, true if, and only if, read-only
lock (line 163)
lock() - mark a session/namespace as readonly
setExpirationHops (line 338)
setExpirationHops() - expire the namespace, or specific variables after a specified number of page hops
setExpirationSeconds (line 298)
setExpirationSeconds() - expire the namespace, or specific variables after a specified number of seconds
unlock (line 174)
unlock() - unmark a session/namespace to enable read & write
unsetAll (line 207)
unsetAll() - unset all variables in this namespace
__get (line 219)
__get() - method to get a variable in this objects current namespace
__isset (line 263)
__isset() - determine if a variable in this objects namespace is set
__set (line 237)
__set() - method to set a variable/value in this objects namespace
__unset (line 279)
__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()
SINGLE_INSTANCE
= true
(line 38)
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