19 declare(strict_types=1);
28 protected int $src_id,
29 protected bool $search_recursive,
30 protected ?
int $exclude_id
39 $children[] = $this->src_id;
40 if ($this->search_recursive) {
41 $children = array_unique(array_merge($children, $this->orgu_tree->getAllChildren($this->src_id)));
43 return $this->orgu_assignment_repo->getUsersByOrgUnits($children);
__construct(protected ilObjOrgUnitTree $orgu_tree, protected OrgUnitUserAssignmentRepository $orgu_assignment_repo, protected int $src_id, protected bool $search_recursive, protected ?int $exclude_id)
Get members of a certain source.
Provides adapters to read member-ids from a specific source.