\Xima\XmTools\Classes\Typo3SessionStore

Session store for TYPO3 Extbase.

Summary

Methods
Properties
Constants
set()
get()
cleanUp()
getSessionKey()
setSessionKey()
No public properties found
PRIMARY_KEY
No protected methods found
$data
$sessionKey
N/A
No private methods found
No private properties found
N/A

Constants

PRIMARY_KEY

PRIMARY_KEY

Properties

$data

$data : 

Type

$sessionKey

$sessionKey : 

Type

Methods

set()

set(string  $key, mixed  $value) : boolean

Write data into session.

Parameters

string $key
mixed $value

Returns

boolean

get()

get(string  $key) : mixed

Restore data from session.

Parameters

string $key

Returns

mixed

cleanUp()

cleanUp() : boolean

Clean up all session data.

Returns

boolean

getSessionKey()

getSessionKey() 

setSessionKey()

setSessionKey(string  $sessionKey) : \Xima\XmTools\Classes\Typo3\SessionStore

Sets the session key and retrieves data if there is some for this session key. Essential to be called before using.

Parameters

string $sessionKey

Returns

\Xima\XmTools\Classes\Typo3\SessionStore