• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/restview/product.php
  • Класс: BitrixCatalogRestViewProduct
  • Вызов: Product::checkArguments
public function checkArguments($name, $arguments): Result
{
	if ($name === 'download')
	{
		$fields = $arguments['fields'];
		return $this->checkFieldsDownload($fields);
	}
	else
	{
		return parent::checkArguments($name, $arguments);
	}
}