• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/monitor/utils/department.php
  • Класс: BitrixTimemanMonitorUtilsDepartment
  • Вызов: Department::getSubordinateDepartments
static function getSubordinateDepartments(int $departmentId): array
{
	return CIntranetUtils::GetDeparmentsTree($departmentId, true);
}