Isswp101\Persimmon\Traits\Paginationable::getNext PHP Method

getNext() public method

Return next document.
public getNext ( ) : ElasticsearchModel
return Isswp101\Persimmon\ElasticsearchModel
    public function getNext()
    {
        return $this->_next;
    }