ProductPropertyFeature::checkPermissionEntity

  1. Bitrix24 API (v. 23.675.0)
  2. catalog
  3. ProductPropertyFeature
  4. checkPermissionEntity
  • Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/controller/productpropertyfeature.php
  • Класс: BitrixCatalogControllerProductPropertyFeature
  • Вызов: ProductPropertyFeature::checkPermissionEntity
protected function checkPermissionEntity($name, $arguments = [])
{
	if ($name === 'getavailablefeaturesbyproperty')
	{
		return $this->checkReadPermissionEntity();
	}

	return parent::checkPermissionEntity($name);
}

Добавить комментарий