Exemple #1
0
 public function GetTitle($strTitleObj, $forHint = false)
 {
     if (!self::$optUse) {
         return false;
     }
     $codeID = self::$codes->GetIDByTitleObj($strTitleObj);
     $arHK = $this->GetByCodeID($codeID);
     $space = $forHint ? " " : " ";
     if (is_array($arHK)) {
         return " (" . $space . htmlspecialcharsbx($this->ShowHKAsChar($arHK["KEYS_STRING"]), ENT_QUOTES) . $space . ") ";
     }
     return "";
 }