RequestHelper

RequestHelper

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