class SessionHelper extends Helper
SessionHelper provides read-only access to the session attributes.
Methods
|
setCharset(string $charset)
Sets the default charset. |
from Helper | |
| string |
getCharset()
Gets the default charset. |
from Helper |
|
__construct(Request $request)
Constructor. |
||
| mixed |
get(string $name, mixed $default = null)
Returns an attribute |
|
| getFlash($name, array $default = array()) | ||
| getFlashes() | ||
| hasFlash($name) | ||
| string |
getName()
Returns the canonical name of this helper. |
Details
in Helper at line 35
public
setCharset(string $charset)
Sets the default charset.
in Helper at line 47
public string
getCharset()
Gets the default charset.
at line 31
public
__construct(Request $request)
Constructor.
at line 44
public mixed
get(string $name, mixed $default = null)
Returns an attribute
at line 49
public
getFlash($name, array $default = array())
at line 54
public
getFlashes()
at line 59
public
hasFlash($name)
at line 69
public string
getName()
Returns the canonical name of this helper.