• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/tradingplatform/platform.php
  • Класс: BitrixSaleTradingPlatformPlatform
  • Вызов: Platform::setCatalogSectionsTabEvent
protected function setCatalogSectionsTabEvent()
{
	$eventManager = EventManager::getInstance();
	$eventManager->registerEventHandlerCompatible("main", "OnAdminIBlockSectionEdit", "sale", "\Bitrix\Sale\TradingPlatform\CatalogSectionTab", "OnInit");
}