ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
class.ilStudyProgrammeMembershipSourceReaderOrgu.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
25 {
27  protected int $src_id;
29 
30  public function __construct(
31  ilObjOrgUnitTree $orgu_tree,
32  int $src_id
33  ) {
34  $this->orgu_tree = $orgu_tree;
35  $this->src_id = $src_id;
36 
38  $this->assignmentRepo = $dic["repo.UserAssignments"];
39  }
40 
44  public function getMemberIds(): array
45  {
46  return $this->assignmentRepo->getUsersByOrgUnits([$this->src_id]);
47  }
48 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
$dic
Definition: result.php:32