Doctrine\Search\Query::count PHP Метод

count() публичный Метод

Return the total hit count for the given query as provided by the search engine.
public count ( )
    public function count()
    {
        return $this->count;
    }

Usage Example

Пример #1
0
 public function getNbResults()
 {
     return $this->query->count();
 }
All Usage Examples Of Doctrine\Search\Query::count