• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/internals/model/counter.php
  • Класс: Bitrix\Sender\Internals\Model\CounterTable
  • Вызов: CounterTable::resetValueByCode
static function resetValueByCode($code)
{
	return static::delete(['CODE' => $code])->isSuccess();
}