• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/rest/eventmanager.php
  • Класс: Bitrix\Crm\Integration\Rest\EventManager
  • Вызов: EventManager::registerDynamicTypesEvents
protected function registerDynamicTypesEvents(array &$bindings): void
{
	$eventNames = [
		static::EVENT_DYNAMIC_TYPE_ADD,
		static::EVENT_DYNAMIC_TYPE_UPDATE,
		static::EVENT_DYNAMIC_TYPE_DELETE,
	];
	foreach ($eventNames as $eventName)
	{
		$bindings[\CRestUtil::EVENTS][$eventName] = $this->getTypeEventInfo($eventName);
	}
}