• Модуль: ui
  • Путь к файлу: ~/bitrix/modules/ui/lib/Integration/Rest/ImportStep.php
  • Класс: BitrixUIIntegrationRestImportStep
  • Вызов: ImportStep::__construct
public function __construct(MainEvent $event)
{
	$this->entityCode = $event->getParameter('CODE');
	$this->data = new MainTypeDictionary($event->getParameter('CONTENT')['DATA']);
	$this->structure = new RestConfigurationStructure($event->getParameter('CONTEXT_USER'));

	$this->previousStep = new MainTypeDictionary($event->getParameter('CONTENT')['RATIO']);
	$this->nextStep = new MainTypeDictionary();
	$this->errorCollection = new MainErrorCollection();

	$this->init($event);
}