text = $text; } public function getId(): int { return $this->id; } public function getText(): string { return $this->text; } }