next() public method

Sets pointer (current) to the next item of the set.
public next ( )
コード例 #1
0
 public function next()
 {
     $this->elasticaResultSet->next();
 }