Skip to content

Commit c1e7905

Browse files
authored
Improve description of getXMLTree (#11320)
1 parent cbc7275 commit c1e7905

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/ILIAS/soap/classes/class.ilNusoapUserAdministrationAdapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ private function registerMethods(): void
447447
SERVICE_NAMESPACE . '#getXMLTree',
448448
SERVICE_STYLE,
449449
SERVICE_USE,
450-
'ILIAS getXMLTree(): Returns a xml stream with the subtree objects.'
450+
'ILIAS getXMLTree(): Returns a XML stream with the subtree objects. The "types" parameter is optional and acts as an exclusion filter (listed types are excluded), unlike getTreeChilds() where types are included.'
451451
);
452452

453453
$this->server->register(

0 commit comments

Comments
 (0)