class RequestHelper extends Helper
RequestHelper provides access to the current request parameters.
Methods
setCharset(string $charset) Sets the default charset. | from Helper | |
string | getCharset() Gets the default charset. | from Helper |
__construct(RequestStack $requestStack) | ||
mixed | getParameter(string $key, string $default = null) Returns a parameter from the current request object. | |
string | getLocale() Returns the locale. | |
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 getParameter(string $key, string $default = null)
Returns a parameter from the current request object.
string getLocale()
Returns the locale.
string getName()
Returns the canonical name of this helper.
Please login to continue.