CCrmOwnerType::GetDescription

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. CCrmOwnerType
  4. GetDescription
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/crm_owner_type.php
  • Класс: \CCrmOwnerType
  • Вызов: CCrmOwnerType::GetDescription
static function GetDescription($typeID)
{
	$typeID = intval($typeID);
	$all = self::GetAllDescriptions();
	return isset($all[$typeID]) ? $all[$typeID] : '';
}

Добавить комментарий