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