Class Flash
Flash Message Storage
public static
null
|
|
protected static
boolean
|
|
public static
null
|
|
public static
null
|
|
public static
mixed
|
|
public static
boolean
|
|
public static
boolean
|
protected static
string
|
$_sessionKey
Simpletools\Store\Flash Session key internal namespace to prevent direct session overwrite |
#
'ST_FLASH_32896hdiuqwgd6723gdy23g.'
|
protected static
integer
|
$_cleanedPrev
Cleaning process controller |
#
0
|
protected static
boolean
|
$_readOnce
Setting clearing message, when set to true clears the message straight after 1st get, useful when flash message is accessed within same request that it was set, defaults to false |
#
false
|
protected static
string
|
$_defaultReturn
Setting what to return if get can't find a message with a key, ST__EXCEPTION will throw an exception; |
#
'ST__EXCEPTION'
|