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