31 $this->type = $this->objParticipants->getType();
42 $members = $this->objParticipants->getMembers();
43 $admins = $this->objParticipants->getAdmins();
45 $participants[
'il_'.$this->type.
'_member'] = $members;
46 $participants[
'il_'.$this->type.
'_admin'] = $admins;
47 if($this->type ==
'crs')
49 $tutors = $this->objParticipants->getTutors();
50 $participants[
'il_crs_tutor'] = $tutors;
53 foreach($participants as $role => $users )
55 foreach($users as $user_id)
59 $fullname = $name[
'lastname'] .
', ' . $name[
'firstname'];
61 $this->data[$fullname][
'user_id'] = $user_id;
62 $this->data[$fullname][
'login'] = $login;
63 $this->data[$fullname][
'name'] = $fullname;
64 $this->data[$fullname][
'role'] = $lng->txt($role);
static _lookupLogin($a_user_id)
lookup login
static _lookupName($a_user_id)
lookup user name
__construct($objParticipants)
Class ilMailMemberSearchDataProvider.