Exemplo n.º 1
0
 /**
  * Rewind the current file.
  *
  * @return void
  */
 public function rewind()
 {
     $this->blockNumber = -1;
     parent::rewind();
 }
Exemplo n.º 2
0
 /**
  * Rewinds the current file.
  *
  * @return void
  */
 public function rewind()
 {
     parent::rewind();
     $this->position = -1;
 }