Extends
lithium\core\Object
Returns the `Response` object associated with this rendering context.
Returns
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.Source
public function response() {
return $this->_response;
}