Zend_Session_AbstractZend_Session_Abstract
Located in /Session/Abstract.php (line 33)
| Class | Description |
|---|---|
Zend_Session_Namespace
|
Zend_Session_Namespace |
Zend_Session
|
Zend_Session |
static array
$_expiringData
= array() (line 55)
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 47)
Whether or not session permits reading (reading data in $_SESSION[])
static bool
$_writable
= false (line 40)
Whether or not session permits writing (modification of $_SESSION[])
static _namespaceGet (line 140)
namespaceGet() - Get $name variable from $namespace, returning by reference.
static _namespaceGetAll (line 177)
namespaceGetAll() - Get an array containing $namespace, including expiring data.
static _namespaceIsset (line 79)
namespaceIsset() - check to see if a namespace or a variable within a namespace is set
static _namespaceUnset (line 105)
namespaceUnset() - unset a namespace or a variable within a namespace
_THROW_NOT_READABLE_MSG
= 'Zend_Session is not marked as readable.'
(line 69)
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 62)
Error message thrown when an action requires modification, but current Zend_Session has been marked as read-only.
Documentation generated on Mon, 21 Jun 2010 15:05:04 -0400 by phpDocumentor 1.4.3