ILIAS  trunk Revision v11.0_alpha-1843-g9e1fad99175
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator 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...
 

Protected Attributes

ilParticipants $participants
 

Detailed Description

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

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

Constructor & Destructor Documentation

◆ __construct()

ilStudyProgrammeMembershipSourceReaderParticipants::__construct ( ilParticipants  $participants)

Member Function Documentation

◆ getMemberIds()

ilStudyProgrammeMembershipSourceReaderParticipants::getMemberIds ( )

Returns
int[]

Implements ilStudyProgrammeMembershipSourceReader.

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

36  : array
37  {
38  return array_map(
39  'intval',
40  $this->participants->getMembers()
41  );
42  }

Field Documentation

◆ $participants

ilParticipants ilStudyProgrammeMembershipSourceReaderParticipants::$participants
protected

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