Esempio n. 1
0
 public function current()
 {
     $item = parent::current();
     return $this->buildInstance($this->iter_current_pos, $item);
 }