next() public méthode

public next ( )
Exemple #1
0
 public function next()
 {
     $this->cursor->next();
     return $this;
 }