62 $this->logger = $DIC->logger()->wsrv();
191 $GLOBALS[
'ilLog']->write(__METHOD__ .
': Using deprecated call');
213 $this->pid = $this->json_obj->pid;
214 $this->mid = $this->json_obj->mid;
215 $this->email = $this->json_obj->email;
216 $this->dns = $this->json_obj->dns;
217 $this->description = $this->json_obj->description;
219 $this->participantname = $this->json_obj->name;
220 $this->is_self = $this->json_obj->itsyou;
222 include_once
'./Services/WebServices/ECS/classes/class.ilECSOrganisation.php';
224 if (is_object($this->json_obj->org)) {
225 $this->org->loadFromJson($this->json_obj->org);
isPublishable()
is publishable (enabled and mid with own cert id)
$GLOBALS['loaded']
Global hash that tracks already loaded includes.
getAbbreviation()
get abbreviation of participant
getDescription()
get description
getParticipantName()
get participant name
__construct($json_obj, $a_cid)
Constructor.
getCommunityId()
get community id
getOrganisation()
Get organisation.