19 declare(strict_types=1);
40 $this->
read($json_obj);
120 private function read(
object $json_obj): void
122 $this->pid = $json_obj->pid;
123 $this->mid = $json_obj->mid;
124 $this->email = $json_obj->email;
125 $this->dns = $json_obj->dns;
126 $this->description = $json_obj->description;
128 $this->participantname = $json_obj->name;
129 $this->is_self = $json_obj->itsyou;
132 if (is_object($json_obj->org)) {
133 $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.