Zend Framework
1.12
|
Public Attributes | |
const | _THROW_NOT_WRITABLE_MSG = 'Zend_Session is currently marked as read-only.' |
Error message thrown when an action requires modification, but current Zend_Session has been marked as read-only. | |
const | _THROW_NOT_READABLE_MSG = 'Zend_Session is not marked as readable.' |
Error message thrown when an action requires reading session data, but current Zend_Session is not marked as readable. | |
Static Protected Member Functions | |
static | _namespaceIsset ($namespace, $name=null) |
namespaceIsset() - check to see if a namespace or a variable within a namespace is set | |
static | _namespaceUnset ($namespace, $name=null) |
namespaceUnset() - unset a namespace or a variable within a namespace | |
static & | _namespaceGet ($namespace, $name=null) |
namespaceGet() - Get $name variable from $namespace, returning by reference. | |
static | _namespaceGetAll ($namespace) |
namespaceGetAll() - Get an array containing $namespace, including expiring data. | |
Static Protected Attributes | |
static | $_writable = false |
static | $_readable = false |
static | $_expiringData = array() |
|
staticprotected |
namespaceGet() - Get $name variable from $namespace, returning by reference.
string | $namespace | |
string | $name |
|
staticprotected |
namespaceGetAll() - Get an array containing $namespace, including expiring data.
string | $namespace | |
string | $name |
|
staticprotected |
namespaceIsset() - check to see if a namespace or a variable within a namespace is set
string | $namespace | |
string | $name |
|
staticprotected |
namespaceUnset() - unset a namespace or a variable within a namespace
string | $namespace | |
string | $name |
Zend_Session_Exception |
|
staticprotected |
|
staticprotected |
|
staticprotected |
const _THROW_NOT_READABLE_MSG = 'Zend_Session is not marked as readable.' |
Error message thrown when an action requires reading session data, but current Zend_Session is not marked as readable.
const _THROW_NOT_WRITABLE_MSG = 'Zend_Session is currently marked as read-only.' |
Error message thrown when an action requires modification, but current Zend_Session has been marked as read-only.