• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/repository/location/strategy/find.php
  • Класс: BitrixLocationRepositoryLocationStrategyFind
  • Вызов: Find::findParents
public function findParents(Location $location, string $languageId, int $searchScope)
{
	return $this->find(IFindParents::class, 'findParents', [$location, $languageId], $searchScope) ?? new Parents();
}