AlgoliaSearch\IndexBrowser::rewind PHP Method

rewind() public method

public rewind ( )
    public function rewind()
    {
        $this->cursor = null;
        $this->position = 0;
    }