• Модуль: catalogmobile
  • Путь к файлу: ~/bitrix/modules/catalogmobile/lib/Controller/StoreDocumentProduct.php
  • Класс: BitrixCatalogMobileControllerStoreDocumentProduct
  • Вызов: StoreDocumentProduct::hasReadPermissions
private function hasReadPermissions(): bool
{
	return AccessController::getCurrent()->check(ActionDictionary::ACTION_CATALOG_READ);
}