• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/location/comparator/mapresult.php
  • Класс: BitrixSaleLocationComparatorMapResult
  • Вызов: MapResult::addMapped
public function addMapped($eLocId, $eLocName, $bLocId)
{
	$this->mapped[] = array($eLocId, $eLocName, $bLocId, $this->getLocationChain($bLocId));
}