• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/limit.php
  • Класс: BitrixImLimit
  • Вызов: Limit::setCounter
static function setCounter(string $code, int $value)
{
	if ($code === self::COUNTER_CALL_SUCCESS)
	{
		static::$isActiveCallExtension = null;
	}

	$code = mb_strtolower($code);
	return CGlobalCounter::Set('im_limit_'.$code, $value, CGlobalCounter::ALL_SITES, '', false);
}