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

	$this->name = $this->getManager()->getControllerAction()->getName();
	$this->arguments = $this->getManager()->getControllerAction()->getArguments();
	$this->controller = $this->getManager()->getControllerAction()->getController();

	$this->data = $data;
}