Exemplo n.º 1
0
 /**
  * Returns an iterator for this storage.
  *
  * This method is part of the IteratorAggregate interface.
  *
  * @return \Generator
  */
 public function getIterator()
 {
     return $this->storage->getIterator();
 }