Class storage
Storage session driver.
- Core\Object implements Core\Chainable
- Core\Set implements Core\Accessor
- Core\Session
- Core\Session\Driver\storage
Package: Core\Session
Since: 3.0
Requires: PHP 5.3
Version: 1.0
Located at Session/Driver/storage.inc.php
Methods summary
protected
|
|
protected
boolean
|
|
protected
boolean
|
|
protected
boolean
|
|
protected
boolean
|
|
protected
string
|
|
protected
boolean
|
|
protected
|
|
public
integer|boolean
|
#
chain(
Connects another object to the current object. Usage depends on the actual class implementation; common examples are lazy configuration completion or layer expansions. |
Methods inherited from Core\Session
__destruct()
,
_setParameters()
,
activate()
,
active()
,
activeInstance()
,
autocreate()
,
deactivate()
,
generateID()
,
getToken()
,
id()
,
name()
,
parameterID()
,
purge()
Methods inherited from Core\Object
__autocreateFactory()
,
__call()
,
__processParameters()
,
__toString()
,
attachMethod()
,
getValueForKey()
,
getValueForKeyPath()
,
getValueForUndefinedKey()
,
hash()
,
issetValueForKey()
,
setValueForKey()
,
setValueForKeyPath()
,
setValueForUndefinedKey()
,
uuid()
Constants summary
string |
AutochainParameter
List of automatically chained registry keys. |
#
'autochain'
|
string |
DataParameter
Name of storage reference for session data. |
#
'data'
|
Constants inherited from Core\Session
CookieDomainParameter
,
CookieHTTPRestriction
,
CookieLifetimeParameter
,
CookieParameter
,
CookiePathParameter
,
CookieSecurity
,
GcLifetimeParameter
,
GcProbabilityParameter
,
IPSecurityParameter
,
LifetimeParameter
,
NameParameter
,
RefererCheckParameter
,
RequireCookie
Constants inherited from Core\Object
AnyParameterType
,
AutochainParameterType
,
AutocreateParameterType
,
BooleanParameterType
,
CharParameterType
,
EnumParameterType
,
IntegerParameterType
,
RealParameterType
,
StringParameterType
,
UserParameterType
Properties summary
protected
|
$_v_driver
Reference to storage driver instance. |
Properties inherited from Core\Session
Magic properties
public read-only
Storage
|
$driver
Chained storage driver instance. |