id; } public function getName(): string { return $this->name ?? parent::getName(); } public function getConfigKey(): string { return $this->configName ?? parent::getConfigKey(); } public function getIcon(): ?string { return $this->icon; } public function getHexColor(): ?string { return $this->hexColor; } }