Esempio n. 1
0
 /**
  * {@inheritdoc}
  */
 protected function initializeIterator()
 {
     $values = $this->tempStore->getAll();
     return new \ArrayIterator($values);
 }