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(RequestStack $requestStack) | ||
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
setCharset(string $charset)
Sets the default charset.
string getCharset()
Gets the default charset.
__construct(RequestStack $requestStack)
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.
Please login to continue.