• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/repository/locationrepository.php
  • Класс: BitrixLocationRepositoryLocationRepository
  • Вызов: LocationRepository::findById
public function findById(int $id, string $languageId, int $searchScope)
{
	return $this->findStrategy->findById($id, $languageId, $searchScope);
}