• Модуль: 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);
}