Ejemplo n.º 1
0
Archivo: Scan.php Proyecto: no22/gongo
 function rewind()
 {
     parent::rewind();
     $this->acumulator = $this->initialValue;
     $this->isCached = false;
 }