Isswp101\Persimmon\Collection\ElasticsearchCollection::getTotal PHP Method

getTotal() public method

public getTotal ( ) : integer
return integer
    public function getTotal()
    {
        return $this->response['hits']['total'];
    }