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

_crud() 보호된 메소드

Proxy method for $this->_container->_crud
protected _crud ( ) : CrudComponent
리턴 Crud\Controller\Component\CrudComponent
    protected function _crud()
    {
        if (!$this->_controller->Crud) {
            return $this->_controller->components()->load('Crud.Crud');
        }
        return $this->_controller->Crud;
    }