• Модуль: support
  • Путь к файлу: ~/bitrix/modules/support/classes/general/dictionary.php
  • Класс: CAllTicketDictionary
  • Вызов: CAllTicketDictionary::GetTypeList
static function GetTypeList()
{
	$arr = array(
		"reference"=>array(
			GetMessage("SUP_CATEGORY"),
			GetMessage("SUP_CRITICALITY"),
			GetMessage("SUP_STATUS"),
			GetMessage("SUP_MARK"),
			GetMessage("SUP_FUA"),
			GetMessage("SUP_SOURCE"),
			GetMessage("SUP_DIFFICULTY")
			),
		"reference_id"=>array(
			"C",
			"K",
			"S",
			"M",
			"F",
			"SR",
			"D")
		);
	return $arr;
}