AlgoliaSearch\IndexBrowser::doQuery PHP Method

doQuery() private method

private doQuery ( integer $cursor = null )
$cursor integer
    private function doQuery($cursor = null)
    {
        if ($cursor !== null) {
            $this->params['cursor'] = $cursor;
        }
        $this->answer = $this->index->browseFrom($this->query, $this->params, $cursor);
    }