ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
ilStudyProgrammeMembershipSourceReaderParticipants Class Reference

Provides adapters to read member-ids from a specific source. More...

+ Inheritance diagram for ilStudyProgrammeMembershipSourceReaderParticipants:
+ Collaboration diagram for ilStudyProgrammeMembershipSourceReaderParticipants:

Public Member Functions

 __construct (ilParticipants $participants)
 
 getMemberIds ()
 
Returns
int[]
More...
 

Detailed Description

Provides adapters to read member-ids from a specific source.

Definition at line 8 of file class.ilStudyProgrammeMembershipSourceReaderParticipants.php.

Constructor & Destructor Documentation

◆ __construct()

ilStudyProgrammeMembershipSourceReaderParticipants::__construct ( ilParticipants  $participants)

Definition at line 10 of file class.ilStudyProgrammeMembershipSourceReaderParticipants.php.

11  {
12  $this->participants = $participants;
13  }

Member Function Documentation

◆ getMemberIds()

ilStudyProgrammeMembershipSourceReaderParticipants::getMemberIds ( )

Returns
int[]

Implements ilStudyProgrammeMembershipSourceReader.

Definition at line 18 of file class.ilStudyProgrammeMembershipSourceReaderParticipants.php.

18  : array
19  {
20  return array_map(
21  'intval',
22  $this->participants->getMembers()
23  );
24  }

The documentation for this class was generated from the following file: