Example #1
0
 public function GetChooseLangText($langId = NULL)
 {
     if (is_null($langId)) {
         $langId = $this->itsCurrentLangId;
     }
     return parent::GetChooseLangText($langId);
 }