getContainer()->offsetGet($id); } /** * @inheritdoc */ public function has($id) { return $this->getContainer()->offsetExists($id); } }