• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/entityaddresstype.php
  • Класс: Bitrix\Crm\EntityAddressType
  • Вызов: EntityAddressType::getDescription
static function getDescription($typeID)
{
	$typeID = intval($typeID);
	$all = self::getAllDescriptions();
	return isset($all[$typeID]) ? $all[$typeID] : '';
}