Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
catalogprovider.php
1<?php
2
4
8
9Loader::requireModule('iblock');
10
12{
14
15 public function __construct(Iblock\Grid\Entity\ElementSettings $settings)
16 {
17 parent::__construct($settings);
18
19 $this->accessController = Access\AccessController::getCurrent();
20 }
21
22 protected function allowProductEdit(): bool
23 {
24 return $this->accessController->check(Access\ActionDictionary::ACTION_PRODUCT_EDIT);
25 }
26}
__construct(Iblock\Grid\Entity\ElementSettings $settings)