Crud\Core\ProxyTrait::_controller PHP Method

_controller() protected method

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