next() 공개 메소드

Sets pointer (current) to the next item of the set.
public next ( )
 public function next()
 {
     $this->elasticaResultSet->next();
 }