CCrmMailTemplateScope::GetDescription

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. CCrmMailTemplateScope
  4. GetDescription
  • Модуль: 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] : '';
}

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