• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/component/reportproductlist.php
  • Класс: BitrixCatalogComponentReportProductList
  • Вызов: ReportProductList::checkDocumentReadRights
protected function checkDocumentReadRights(): bool
{
	return AccessController::getCurrent()->check(ActionDictionary::ACTION_CATALOG_READ);
}