Search\Manager::table PHP 메소드

table() 공개 메소드

Return Table
사용 중단: Use repository() instead.
public table ( ) : Table
리턴 Cake\ORM\Table Table Instance
    public function table()
    {
        return $this->_repository;
    }