CCrmEMailCodeAllocation::GetCurrent

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. CCrmEMailCodeAllocation
  4. GetCurrent
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/crm_email.php
  • Класс: \CCrmEMailCodeAllocation
  • Вызов: CCrmEMailCodeAllocation::GetCurrent
static function GetCurrent()
{
	$value = intval(COption::GetOptionString('crm', 'email_service_code_allocation', self::Body));
	return self::IsDefined($value) ? $value : self::Body;
}

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