18 declare(strict_types=1);
    39         $this->
read($json_obj);
   119     private function read(
object $json_obj): void
   121         $this->pid = $json_obj->pid;
   122         $this->mid = $json_obj->mid;
   123         $this->email = $json_obj->email;
   124         $this->dns = $json_obj->dns;
   125         $this->description = $json_obj->description;
   127         $this->participantname = $json_obj->name;
   128         $this->is_self = $json_obj->itsyou;
   131         if (is_object($json_obj->org)) {
   132             $this->org->loadFromJson($json_obj->org);
 
read(object $json_obj)
Read. 
 
__construct(object $json_obj, int $a_cid)
 
getDescription()
get description 
 
getParticipantName()
get participant name 
 
getCommunityId()
get community id 
 
getOrganisation()
Get organisation.