• Модуль: ui
  • Путь к файлу: ~/bitrix/modules/ui/lib/Integration/Rest/ExportStep.php
  • Класс: BitrixUIIntegrationRestExportStep
  • Вызов: ExportStep::fulfill
static function fulfill(MainEvent $event): array
{
	$step = new static($event);
	return $step->makeAnAnswer();
}