MaskManifest::bind

  1. Bitrix24 API (v. 23.675.0)
  2. ui
  3. MaskManifest
  4. bind
  • Модуль: ui
  • Путь к файлу: ~/bitrix/modules/ui/lib/Integration/Rest/MaskManifest.php
  • Класс: BitrixUIIntegrationRestMaskManifest
  • Вызов: MaskManifest::bind
static function bind()
{
	$eventManager = MainEventManager::getInstance();
	foreach ([
		'onRestApplicationConfigurationGetManifest',
		'onRestApplicationConfigurationGetManifestSetting',
		'onRestApplicationConfigurationExport',
		'onRestApplicationConfigurationEntity',
		'onRestApplicationConfigurationImport',
	] as $eventCode)
	{
		$eventManager->registerEventHandler('rest', $eventCode, 'ui', static::class, $eventCode);
	}
}

Добавить комментарий