method
public
LocationService::findByExternalId()
Сигнатура
public findByExternalId(string $externalId, string $sourceCode, string $languageId[, int $searchScope = \Bitrix\Location\Service\LOCATION_SEARCH_SCOPE_ALL ]) : Location|bool|null
Описание
Находит местоположение по externalId
Параметры
$externalId
string
$sourceCode
string
$languageId
string
$searchScope
int
= \Bitrix\Location\Service\LOCATION_SEARCH_SCOPE_ALL
Возвращаемое значение
Location|bool|null
Исходный файл: source/location/lib/service/locationservice.php:63

