• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/location/import/compiler/compiler.php
  • Класс: BitrixSaleLocationImportCompileris
  • Вызов: is::copyFias2DB
public function copyFias2DB()
{
	$this->fiasDB = new DbFiasTable();
	$this->fiasDB->create();

	$this->fiasDB->switchIndexes(false);
	$this->fiasDB->deleteAll();
	$this->walkFias('fiasGotOneAdd2DB');
	$this->fiasDB->doneInsert();
	$this->fiasDB->switchIndexes(true);
}