API documentation :: Docs For Class arbitMemorySessionBackend
Packages:Interfaces:
Classes:
|
Core::arbitMemorySessionBackendClass arbitMemorySessionBackendArbit memory session backend Session "backend" which keeps the data just in memory to replay it in the same request. Arbit memory session backend Session "backend" which keeps the data just in memory to replay it in the same request. Does not persist any data. Useful for CLI scripts and testing. arbitSessionBackend | --arbitMemorySessionBackendAuthor(s):
Member Variables
Method Summary
Inherited Methods
Methodsinitialize
void
initialize(
)
Initializes the sessioInitializes the session Initializes the sessioInitializes the session Redefinition of:
offsetExists
boolean
offsetExists(
string
$offset
)
Check if variable is stored in the session. Check if variable is stored in the session. Returns false if the variable is not known in the session. Parameters:
offsetGet
mixed
offsetGet(
string
$offset
)
Get contents of the requested session item Get contents of the requested session item Parameters:
offsetSet
void
offsetSet(
string
$offset
, mixed
$value
)
Set variable in session Adds new item to the session, or overwrites an existing entry. value should be serializable. Set variable in session Adds new item to the session, or overwrites an existing entry. The added value should be serializable. Parameters:
offsetUnset
void
offsetUnset(
string
$offset
)
Removes item from session Removes item from session Parameters:
writeClose
void
writeClose(
)
Close the session After a call to this method no more write operations are allowed to the session. Close the session After a call to this method no more write operations are allowed to the session. Redefinition of:
Documentation generated on Mon, 05 Apr 2010 14:02:04 +0200 by phpDocumentor 1.4.3
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||