Exemple #1
0
 /**
  * Returns an iterator that indexes elements numerically starting from 0
  * @return $this
  */
 public function reindex()
 {
     $this->iterator = Iterators::reindex($this->iterator);
     return $this;
 }