• Модуль: ui
  • Путь к файлу: ~/bitrix/modules/ui/lib/entityselector/item.php
  • Класс: BitrixUIEntitySelectorItem
  • Вызов: Item::getChildren
public function getChildren(): ItemCollection
{
	if ($this->children === null)
	{
		$this->children = new ItemCollection();
	}

	return $this->children;
}