groupName; } public function getKey(): string { return $this->key; } public function getPart(): int { return $this->part; } public function getText(): string { return $this->text; } public function getTextType(): TextType { return $this->textType; } public function getTargetLanguageCode(): string { return $this->targetLanguageCode; } public function getSourceLanguageCode(): ?string { return $this->sourceLanguageCode; } public function getDriver(): ?string { return $this->driver; } }