class SessionEvent extends ActionEvent

Class SessionEvent

Methods

__set($name, $value)

No description

__get($name)

No description

bindForm( Form $form)

No description

__construct( string $cacheDir, boolean $debug, string $env)

No description

string
getEnv()

No description

bool
getDebug()

No description

string
getCacheDir()

No description

setSession( SessionInterface $session)

No description

mixed
getSession()

No description

Details

in ActionEvent at line 30
__set($name, $value)

Parameters

$name
$value

in ActionEvent at line 35
__get($name)

Parameters

$name

in ActionEvent at line 44
bindForm( Form $form)

Parameters

Form $form

at line 38
__construct( string $cacheDir, boolean $debug, string $env)

Parameters

string $cacheDir the cache directory for the current request
boolean $debug debug for the current request
string $env environment for the current request

at line 48
string getEnv()

Return Value

string the current environment

at line 56
bool getDebug()

Return Value

bool the current debug mode

at line 64
string getCacheDir()

Return Value

string

at line 72
setSession( SessionInterface $session)

Parameters

SessionInterface $session

at line 80
mixed getSession()

Return Value

mixed