• Модуль: catalogmobile
  • Путь к файлу: ~/bitrix/modules/catalogmobile/lib/Controller/DocumentDetails/BaseDocumentDetails.php
  • Класс: BitrixCatalogMobileControllerDocumentDetailsBaseDocumentDetails
  • Вызов: BaseDocumentDetails::checkStoreAccessRights
protected function checkStoreAccessRights(int $storeId): bool
{
	if (!$this->checkDocumentBaseRights())
	{
		return false;
	}

	return $this->accessController->checkByValue(
		ActionDictionary::ACTION_STORE_VIEW,
		(string)$storeId
	);
}