Class Session_Token
Session token interface.
- Core\Object implements Core\Chainable
-
Core\Set
implements
Core\Accessor
-
Core\Set\Mutable
implements
Core\Mutator
-
Core\Field
implements
Core\Inquiry
-
Core\Field\Mutable
implements
Core\Variator
-
Core\Session_Token
implements
IteratorAggregate
Package: Core\Session
Since: 3.0
Requires: PHP 5.3
Version: 1.0
Located at Session.inc.php
Methods summary
public
|
|
public
|
|
public
null
|
#
getDataForUndefinedKey( string $key )
Returns |
public
mixed
|
|
public
|
|
public
|
#
register( string\string[] $var1 )
Registers new session data entry names and initialises new entry values
with |
public
mixed
|
Methods inherited from Core\Field\Mutable
offsetSet(),
offsetUnset(),
setDataForKey(),
setDataForKeys(),
setKeyMasquerade(),
updateMasqueradedKeys()
Methods inherited from Core\Field
getDataForKey(),
getDataForKeys(),
issetDataForKey(),
offsetExists(),
offsetGet()
Methods inherited from Core\Set\Mutable
Methods inherited from Core\Object
__autocreateFactory(),
__call(),
__processParameters(),
__toString(),
attachMethod(),
chain(),
getValueForKey(),
getValueForKeyPath(),
getValueForUndefinedKey(),
hash(),
issetValueForKey(),
setValueForKey(),
setValueForKeyPath(),
setValueForUndefinedKey(),
uuid()
Constants summary
string |
CoreName
Name of core-internal session token. |
#
'__xc'
|
string |
StandardName
Name of standard session token. |
#
'Standard'
|
Constants inherited from Core\Object
AnyParameterType,
AutochainParameterType,
AutocreateParameterType,
BooleanParameterType,
CharParameterType,
EnumParameterType,
IntegerParameterType,
RealParameterType,
StringParameterType,
UserParameterType
Properties summary
protected
|
$_v_driver
The reference to the session instance the token is derived from. |
|
protected
string
|
$_v_name
The session token name. |
Properties inherited from Core\Field\Mutable
Properties inherited from Core\Field
Magic properties
public read-only
|
$driver
Session instance the token is part of. |
public read-only
string
|
$name
Name of session token. |