offsetGet($id); } /** * @param string $id * @return bool */ public function has($id): bool { return $this->offsetExists($id); } }