• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/internals/classconstant.php
  • Класс: Bitrix\Sender\Internals\ClassConstant
  • Вызов: ClassConstant::getId
static function getId($code)
{
	$constants = static::getConstants();
	return isset($constants[$code]) ? $constants[$code] : null;
}