• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/lib/ivr/ivr.php
  • Класс: BitrixVoximplantIvrIvr
  • Вызов: Ivr::toTree
public function toTree($resolveAdditionalFields = false)
{
	return array(
		'ID' => $this->id,
		'NAME' => $this->name,
		'ROOT_ITEM' => $this->convertItemsToTree($this->firstItemId, $resolveAdditionalFields)
	);

}