3 require_once
'Services/User/classes/class.ilAbstractGalleryUsers.php';
34 $participants_data =
array();
35 foreach($users as $users_id)
37 if(isset($this->users[$users_id]))
50 if(!$user->getActive())
55 $participants_data[$user->getId()] =
array(
56 'id' => $user->getId(),
59 $this->users[$user->getId()] =
true;
61 $participants_data = $this->collectUserDetails($participants_data);
63 return $participants_data;
71 $ordered_user = $this->getSortedUsers($this->participants->getAdmins());
72 $ordered_user = array_merge($ordered_user, $this->getSortedUsers($this->participants->getTutors()));
73 $ordered_user = array_merge($ordered_user, $this->getSortedUsers($this->participants->getMembers()));
static sortArray($array, $a_array_sortby, $a_array_sortorder=0, $a_numeric=false, $a_keep_keys=false)
sortArray
static getInstanceByObjId($a_obj_id, $stop_on_error=true)
get an instance of an Ilias object by object id
Class ilUsersGalleryParticipants.
Create styles array
The data for the language used.
__construct(ilParticipants $participants)
Class ilAbstractGalleryUsers.