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

response() public méthode

Returns the Response object associated with this rendering context.
public response ( ) : object
Résultat 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;
    }