Beispiel #1
0
	public function next() {
		$this->cache = array();
		parent::next();
	}
Beispiel #2
0
 public function next()
 {
     $this->pos++;
     parent::next();
 }
Beispiel #3
0
 public function next()
 {
     echo "next(), ";
     return parent::next();
 }
 public function next()
 {
     parent::next();
     $this->line++;
 }
 public function next()
 {
     $this->cache = [];
     parent::next();
 }