• Модуль: iblock
  • Путь к файлу: ~/bitrix/modules/iblock/classes/general/iblockxmlimport.php
  • Класс: CIBlockXmlImport
  • Вызов: CIBlockXmlImport::init
public function init(array $parameters, array $config = [])
{
	$this->startTime = time();
	$this->final = false;
	$this->clearErrors();
	$this->setParameters($parameters);
	if (!$this->isSuccess())
		return;
	$this->setConfig($config);
	if (!$this->isSuccess())
		return;
	$this->initSessionStorage();
	if (!$this->isSuccess())
		return;
	$this->internalInit();
}