name = (string) ($projectIntegrationType['name'] ?? ''); $this->url = (string) ($projectIntegrationType['url'] ?? ''); $this->icon = (string) ($projectIntegrationType['icon'] ?? ''); } public function getName() : string { return $this->name; } public function getUrl() : string { return $this->url; } public function getIcon() : string { return $this->icon; } }