next() публичный Метод

public next ( )
Пример #1
0
 public function next()
 {
     $this->cursor->next();
     return $this;
 }