• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/integration/report/eventhandler.php
  • Класс: BitrixCatalogIntegrationReportEventHandler
  • Вызов: EventHandler::checkDocumentReadRights
static function checkDocumentReadRights(): bool
{
	return Loader::includeModule('catalog') && AccessController::getCurrent()->check(ActionDictionary::ACTION_CATALOG_READ);
}