• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/location/import/compiler/compiler.php
  • Класс: BitrixSaleLocationImportCompilerCompiler
  • Вызов: Compiler::fiasFind2
private function fiasFind2()
{
	$res = DBFiasTable::getList(array('filter' => array(
		'FORMALNAME' => array(


			),
		//'ACTSTATUS' => '1',
		//'LIVESTATUS' => '1'
	)));
	while($item = $res->fetch())
	{
		$this->output($item);
	}
}