• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/location/location.php
  • Класс: BitrixSaleLocationLocationTable
  • Вызов: LocationTable::getPathToNodeByCode
static function getPathToNodeByCode($code, $parameters, $behaviour = array('SHOW_LEAF' => true))
{
	$code = Assert::expectStringNotNull($code, '$code');

	return self::getPathToNodeByCondition(array('=CODE' => $code), $parameters, $behaviour);
}