JamesMoss\Flywheel\Result::total PHP Méthode

total() public méthode

Useful for working out pagination.
public total ( ) : integer
Résultat integer The total number of documents
    public function total()
    {
        return $this->total;
    }