sText = $sText; parent::__construct($sId); } /** * @return string */ public function GetText(): string { return $this->sText; } }