• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/counter/monitor/entitychange.php
  • Класс: Bitrix\Crm\Counter\Monitor\EntityChange
  • Вызов: EntityChange::wasEntityDeleted
public function wasEntityDeleted():bool
{
	return (is_null($this->newAssignedById) && is_null($this->newStageId) && is_null($this->newCategoryId));
}