Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function getIterator()
 {
     return $this->sourceStorage->getIterator();
 }
Ejemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 public function remove($id)
 {
     $this->storage->remove($id);
 }