85 return $this->participants ? $this->participants : array();
108 $this->title = $this->json_obj->community->name;
109 $this->description = $this->json_obj->community->description;
110 $this->
id = $this->json_obj->community->id;
112 foreach($this->json_obj->participants as $participant)
114 include_once(
'./Services/WebServices/ECS/classes/class.ilECSParticipant.php');