• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/counter/monitor.php
  • Класс: Bitrix\Crm\Counter\Monitor
  • Вызов: Monitor::clearChangesCollections
private function clearChangesCollections(): void
{
	$this->activitiesChangesCollection = new ActivitiesChangesCollection();
	$this->entitiesChangesCollection = new EntitiesChangesCollection();
	$this->activitiesBindingsChanges = [];
}