next() public method

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