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

	$this->eTreeDBRussia = new DbExportTreeRussiaTable();
	$this->eTreeDBRussia->create();
}