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

response() public method

Returns the Response object associated with this rendering context.
public response ( ) : object
return object Returns an instance of `lithium\action\Response`, which provides the i.e. the encoding for the document being the result of templates rendered by this context.
    public function response()
    {
        return $this->_response;
    }