| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
Provides adapters to read member-ids from a specific source. More...
 Collaboration diagram for ilStudyProgrammeMembershipSourceReaderFactory:Public Member Functions | |
| __construct (Pimple\Container $dic) | |
| getReaderFor (ilStudyProgrammeAutoMembershipSource $ams, ?int $exclude_id) | |
| Build a MembershipSourceReader according to $src_type.  More... | |
Protected Attributes | |
| Pimple Container | $dic | 
Provides adapters to read member-ids from a specific source.
Definition at line 24 of file class.ilStudyProgrammeMembershipSourceReaderFactory.php.
| ilStudyProgrammeMembershipSourceReaderFactory::__construct | ( | Pimple\Container | $dic | ) | 
Definition at line 28 of file class.ilStudyProgrammeMembershipSourceReaderFactory.php.
References $dic.
| ilStudyProgrammeMembershipSourceReaderFactory::getReaderFor | ( | ilStudyProgrammeAutoMembershipSource | $ams, | 
| ?int | $exclude_id | ||
| ) | 
Build a MembershipSourceReader according to $src_type.
| InvalidArgumentException | if $src_type is not one of the constant types in ilStudyProgrammeAutoMembershipSource. | 
Definition at line 38 of file class.ilStudyProgrammeMembershipSourceReaderFactory.php.
References ilObjOrgUnitTree\_getInstance(), ilParticipants\getInstance(), ilStudyProgrammeAutoMembershipSource\getSourceId(), ilStudyProgrammeAutoMembershipSource\getSourceType(), ilStudyProgrammeAutoMembershipSource\isSearchRecursive(), ilStudyProgrammeAutoMembershipSource\TYPE_COURSE, ilStudyProgrammeAutoMembershipSource\TYPE_GROUP, ilStudyProgrammeAutoMembershipSource\TYPE_ORGU, and ilStudyProgrammeAutoMembershipSource\TYPE_ROLE.
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 26 of file class.ilStudyProgrammeMembershipSourceReaderFactory.php.
Referenced by __construct().