• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/comparer/difference.php
  • Класс: Bitrix\Crm\Comparer\Difference
  • Вызов: Difference::configureTreatingAbsentCurrentValueAsNotChanged
public function configureTreatingAbsentCurrentValueAsNotChanged(bool $isEnabled = true): self
{
	$this->isTreatingAbsentCurrentValueAsNotChangedEnabled = $isEnabled;

	return $this;
}