seregazhuk\PinterestBot\Helpers\Pagination::paginationFinished PHP Method

paginationFinished() protected method

protected paginationFinished ( integer $resultsNum ) : boolean
$resultsNum integer
return boolean
    protected function paginationFinished($resultsNum)
    {
        return $this->reachesLimit($resultsNum) || $this->checkEndBookMarks();
    }