예제 #1
0
 /**
  * {@inheritdoc}
  */
 public function getIterator()
 {
     return $this->sourceStorage->getIterator();
 }
예제 #2
0
 /**
  * {@inheritdoc}
  */
 public function remove($id)
 {
     $this->storage->remove($id);
 }