next() public method

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