Bolt\Storage\Query\QueryResultset::count PHP Méthode

count() public méthode

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