Checks if there is a next page in the collection.
bool TRUE if the collection has a next page.
public function hasNextPage() { return (bool) $this->hasNextPage; }