• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/rest/modificationfieldsbase.php
  • Класс: BitrixSaleRestModificationFieldsBase
  • Вызов: ModificationFieldsBase::__construct
public function __construct($name, $arguments,  $controller, $data=[], $scope='')
{
	$this->name = $name;
	$this->arguments = $arguments;
	$this->controller = $controller;

	$this->data = $data;
	$this->scope = $scope;
}