Crud\Core\ProxyTrait::_table PHP Méthode

_table() protected méthode

Get a table instance
protected _table ( ) : Table
Résultat Cake\ORM\Table
    protected function _table()
    {
        return $this->_controller()->loadModel(null, $this->config('modelFactory') ?: $this->_controller()->modelType());
    }