ILIAS  release_8 Revision v8.23
ilStudyProgrammeMembershipSourceReaderParticipants Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. 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

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning 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: