Search\Manager::table PHP Méthode

table() public méthode

Return Table
Deprecation: Use repository() instead.
public table ( ) : Table
Résultat Cake\ORM\Table Table Instance
    public function table()
    {
        return $this->_repository;
    }