• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/entity/location/parents.php
  • Класс: BitrixLocationEntityLocationParents
  • Вызов: Parents::setDescendant
public function setDescendant(Location $descendant): self
{
	$this->descendant = $descendant;
	return $this;
}