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;
    }