Zend_Session_AbstractZend_Session_Abstract
Located in /Zend/Session/Abstract.php (line 31)
| Class | Description |
|---|---|
Zend_Session
|
Zend_Session |
Zend_Session_Namespace
|
Zend_Session_Namespace |
static array
$_expiringData
= array() (line 53)
Since expiring data is handled at startup to avoid __destruct difficulties, the data that will be expiring at end of this request is held here
static bool
$_readable
= false (line 45)
Whether or not session permits reading (reading data in $_SESSION[])
static bool
$_writable
= false (line 38)
Whether or not session permits writing (modification of $_SESSION[])
static _namespaceGet (line 132)
namespaceGet() - get a variable from a namespace.
static _namespaceIsset (line 77)
namespaceIsset() - check to see if a namespace or a variable within a namespace is set
static _namespaceUnset (line 101)
namespaceUnset() - unset a namespace or a variable within a namespace
_THROW_NOT_READABLE_MSG
= 'Zend_Session is not marked as readable.'
(line 67)
Error message thrown when an action requires reading session data, but current Zend_Session is not marked as readable.
_THROW_NOT_WRITABLE_MSG
= 'Zend_Session is currently marked as read-only.'
(line 60)
Error message thrown when an action requires modification, but current Zend_Session has been marked as read-only.
Documentation generated on Wed, 21 Feb 2007 11:45:06 -0800 by phpDocumentor 1.3.1