• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/location/import/compiler/db/exporttree.php
  • Класс: BitrixSaleLocationImportCompilerDbExportTreeTable
  • Вызов: ExportTreeTable::getByCode
public function getByCode($code)
{
	return static::getList(array('filter' => array(
		'=CODE' => $code
	)));
}