SessionHelper
class SessionHelper extends Helper
SessionHelper provides read-only access to the session attributes.
Properties
protected | $charset | from Helper | |
protected | $session | ||
protected | $requestStack |
Methods
mixed
get(string $name, mixed $default = null)
Returns an attribute.
getFlash($name, array $default = array())
No description
getFlashes()
No description
hasFlash($name)
No description
string
getName()
Returns the canonical name of this helper.