- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/integrity/volatile/eventhandler.php
- Класс: Bitrix\Crm\Integrity\Volatile\EventHandler
- Вызов: EventHandler::__construct
protected function __construct(int $eventTypeId, array $volatileTypeIds, array $entityTypeIds) { $this->eventType = $this->isEventDefined($eventTypeId) ? $eventTypeId : static::EVENT_UNDEFINED; $this->volatileTypeIds = $volatileTypeIds; $this->entityTypeIds = $entityTypeIds; }