sTitle = $sTitle; } public function GetType(): string { return static::TAB_TYPE; } public function GetTitle(): string { return $this->sTitle; } }