next() public method

public next ( )
Esempio n. 1
0
 public function next()
 {
     $this->cursor->next();
     return $this;
 }