Exemplo n.º 1
0
 public function current()
 {
     $this->did_rewind || self::rewind();
     return parent::current();
 }