integration; } public function setIntegrationConfiguration(Integration $integration): void { $this->integration = $integration; } /** * Check if Integration entity has been set to prevent PHP fatal error with using getIntegrationEntity. */ public function hasIntegrationConfiguration(): bool { return null !== $this->integration; } }