85                 return $this->participants ? $this->participants : array();
 
   96                         $mids[] = $part->getMID();
 
  110                                 return $part->getMID();
 
  137                 $this->title = $this->json_obj->community->name;
 
  138                 $this->description = $this->json_obj->community->description;
 
  139                 $this->
id = $this->json_obj->community->cid;
 
  141                 foreach($this->json_obj->participants as $participant)
 
  143                         include_once(
'./Services/WebServices/ECS/classes/class.ilECSParticipant.php');