customFeatures = $customFeatures; } /** * @return array[] */ public function getCustomFeatures() { return $this->customFeatures; } /** * @param string */ public function setSourceEntity($sourceEntity) { $this->sourceEntity = $sourceEntity; } /** * @return string */ public function getSourceEntity() { return $this->sourceEntity; } /** * @param string */ public function setSourceType($sourceType) { $this->sourceType = $sourceType; } /** * @return string */ public function getSourceType() { return $this->sourceType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SynonymEntity::class, 'Google_Service_DatabaseMigrationService_SynonymEntity');