Pheasant\Query\QueryIterator::count PHP Method

count() public method

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