• Модуль: support
  • Путь к файлу: ~/bitrix/modules/support/classes/general/dictionary.php
  • Класс: CAllTicketDictionary
  • Вызов: CAllTicketDictionary::GetByID
static function GetByID($id)
{
	$err_mess = (CAllTicketDictionary::err_mess())."
Function: GetByID
Line: "; global $DB; $id = intval($id); if ($id<=0) { return; } $res = CTicketDictionary::GetList('', '', array("ID" => $id)); return $res; }