/** * {@inheritdoc} */ public function getIterator() { return $this->sourceStorage->getIterator(); }
/** * {@inheritdoc} */ public function remove($id) { $this->storage->remove($id); }