Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -425,8 +425,10 @@ private function registerMethods(): void
SERVICE_NAMESPACE . '#getTreeChilds',
SERVICE_STYLE,
SERVICE_USE,
'ILIAS getTreeChilds(): Get all child objects of a given object.' .
'Choose array of types to filter the output. Choose empty type array to receive all object types'
'ILIAS getTreeChilds(): Get all child objects of a given object. ' .
'Choose array of types to filter the output. Choose empty type array to receive all object types. ' .
'Results are filtered based on the read permissions of the given user_id. In case of an invalid user id, an empty result is returned without error. ' .
'Retrieve your user id first via the getUserIdBySid method and then pass it along with the parameter.'
);

$this->server->register(
Expand Down