Search\Manager::table PHP Method

table() public method

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