...Человеческий поиск в разработке...
- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/classes/general/mail_template.php
- Класс: \CCrmMailTemplateScope
- Вызов: CCrmMailTemplateScope::GetDescription
static function GetDescription($scope) { $scope = intval($scope); $all = self::GetAllDescriptions(); return isset($all[$scope]) ? $all[$scope] : ''; }