• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/entity/location.php
  • Класс: BitrixLocationEntityLocation
  • Вызов: Location::getParentByType
public function getParentByType(int $type): ?Location
{
	$parents = $this->getParents();
	return (bool)$parents ? $parents->getItemByType($type) : null;
}