Crud\Core\ProxyTrait::_controller PHP 메소드

_controller() 보호된 메소드

Primarily here to ease unit testing
protected _controller ( ) : Controller
리턴 Cake\Controller\Controller
    protected function _controller()
    {
        return $this->_controller;
    }