JamesMoss\Flywheel\Result::total PHP Method

total() public method

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