• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/entity/location.php
  • Класс: BitrixLocationEntityLocation
  • Вызов: Location::loadParents
public function loadParents(): void
{
	if($this->parents === null)
	{
		$this->parents = ServiceLocationService::getInstance()->findParents($this, $this->languageId);
	}
}