• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/grid/access/productrightschecker.php
  • Класс: BitrixCatalogGridAccessProductRightsChecker
  • Вызов: ProductRightsChecker::canAddElement
public function canAddElement(int $elementId): bool
{
	return $this->controller->check(ActionDictionary::ACTION_PRODUCT_ADD);
}