lithium\template\view\Renderer::request PHP Method

request() public method

Returns the Request object associated with this rendering context.
public request ( ) : object
return 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;
    }