Bolt\Storage\Query\QueryResultset::count PHP Method

count() public method

Returns the total count
public count ( ) : integer
return integer
    public function count()
    {
        return count($this->get());
    }
QueryResultset