seregazhuk\PinterestBot\Helpers\Pagination::checkEndBookMarks PHP 메소드

checkEndBookMarks() 보호된 메소드

Checks for -end- substring in bookmarks. This is pinterest sign of the finished pagination.
protected checkEndBookMarks ( ) : boolean
리턴 boolean
    protected function checkEndBookMarks()
    {
        return !empty($this->bookmarks) && $this->bookmarks[0] == '-end-';
    }