lithium\template\view\Renderer::request PHP Méthode

request() public méthode

Returns the Request object associated with this rendering context.
public request ( ) : object
Résultat object Returns an instance of `lithium\action\Request`, which provides the context for URLs, etc. which are generated in any templates rendered by this context.
    public function request()
    {
        return $this->_request;
    }