Crud\Core\ProxyTrait::_response PHP Méthode

_response() protected méthode

Primarily here to ease unit testing
protected _response ( ) : Response
Résultat Cake\Network\Response
    protected function _response()
    {
        return $this->_controller()->response;
    }