Mmanos\Search\Query::count PHP 메소드

count() 공개 메소드

Execute the current query and return the total number of results.
public count ( ) : integer
리턴 integer
    public function count()
    {
        $this->executeCallbacks();
        return $this->index->runCount($this->query);
    }