Pheasant\Query\QueryIterator::count PHP 메소드

count() 공개 메소드

Counts the number or results in the query
public count ( )
    public function count()
    {
        return $this->_query->count();
    }