• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/counter/monitor/activitychange.php
  • Класс: Bitrix\Crm\Counter\Monitor\ActivityChange
  • Вызов: ActivityChange::applyNewChange
public function applyNewChange(self $activityChange): void
{
	$this->newIsIncomingChannel = $activityChange->getNewIsIncomingChannel();
	$this->newDeadline = $activityChange->getNewDeadline();
	$this->newIsCompleted = $activityChange->getNewIsCompleted();
	$this->newBindings = $activityChange->getNewBindings();
	$this->newLightTime = $activityChange->getNewLightTime();
	$this->newResponsibleId = $activityChange->getNewResponsibleId();
}