• Модуль: imbot
  • Путь к файлу: ~/bitrix/modules/imbot/lib/bot/support24.php
  • Класс: BitrixImBotBotSupport24
  • Вызов: Support24::getEventHandlerList
static function getEventHandlerList(): array
{
	return [
		[
			'module' => 'main',
			'event' => 'OnAfterSetOption_~controller_group_name',
			'handler' => 'onAfterLicenseChange', /** @see Support24::onAfterLicenseChange */
		],
		[
			'module' => 'main',
			'event' => 'OnAfterUserAuthorize',
			'handler' => 'onAfterUserAuthorize', /** @see Support24::onAfterUserAuthorize */
		],
	];
}