• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/communication/type.php
  • Класс: Bitrix\Crm\Communication\Type
  • Вызов: Type::getCaption
static function getCaption($id)
{
	$name = self::resolveName($id);
	return $name ? Loc::getMessage("CRM_COMMUNICATION_TYPE_$name") : null;
}