...Человеческий поиск в разработке...
- Модуль: 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] : ''; }