예제 #1
0
 /**
  * {@inheritDoc}
  */
 public function recreate()
 {
     $this->initialized = false;
     $this->data = array();
     $this->iterating = false;
     $this->cursor->recreate();
 }