• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/controller/product.php
  • Класс: BitrixCatalogControllerProduct
  • Вызов: Product::checkPermissionIBlockElementUpdate
protected function checkPermissionIBlockElementUpdate(int $elementId): Result
{
	$iblockId = CIBlockElement::GetIBlockByID($elementId);

	return $this->checkPermissionIBlockElementModify($iblockId, $elementId);
}