language = $language; } public function getLanguage() { return $this->language; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } }