• Модуль: iblock
  • Путь к файлу: ~/bitrix/modules/iblock/classes/general/iblock_event_list.php
  • Класс: CEventIBlock
  • Вызов: CEventIBlock::GetAuditTypes
static function GetAuditTypes()
{
	$AuditTypes = [];
	AddEventHandler('main', 'GetAuditTypesIblock', ['CIBlock', 'GetAuditTypes']);
	foreach (GetModuleEvents('main', 'GetAuditTypesIblock', true) as $arEvent)
	{
		$AuditTypes = ExecuteModuleEventEx($arEvent);
	}

	return $AuditTypes;
}