Crud\Core\ProxyTrait::_response PHP Метод

_response() защищенный Метод

Primarily here to ease unit testing
protected _response ( ) : Response
Результат Cake\Network\Response
    protected function _response()
    {
        return $this->_controller()->response;
    }