◆ __construct()
ilECSParticipant::__construct |
( |
object |
$json_obj, |
|
|
int |
$a_cid |
|
) |
| |
◆ getCommunityId()
ilECSParticipant::getCommunityId |
( |
| ) |
|
◆ getDescription()
ilECSParticipant::getDescription |
( |
| ) |
|
◆ getDNS()
ilECSParticipant::getDNS |
( |
| ) |
|
◆ getEmail()
ilECSParticipant::getEmail |
( |
| ) |
|
◆ getMID()
ilECSParticipant::getMID |
( |
| ) |
|
◆ getOrganisation()
ilECSParticipant::getOrganisation |
( |
| ) |
|
◆ getParticipantName()
ilECSParticipant::getParticipantName |
( |
| ) |
|
◆ getPid()
ilECSParticipant::getPid |
( |
| ) |
|
◆ isSelf()
ilECSParticipant::isSelf |
( |
| ) |
|
◆ read()
ilECSParticipant::read |
( |
object |
$json_obj | ) |
|
|
private |
Read.
Definition at line 119 of file class.ilECSParticipant.php.
Referenced by __construct().
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);
◆ $cid
int ilECSParticipant::$cid |
|
private |
◆ $description
string ilECSParticipant::$description |
|
private |
◆ $dns
string ilECSParticipant::$dns |
|
private |
◆ $email
string ilECSParticipant::$email |
|
private |
◆ $is_self
bool ilECSParticipant::$is_self |
|
private |
◆ $mid
int ilECSParticipant::$mid |
|
private |
◆ $org
◆ $participantname
string ilECSParticipant::$participantname |
|
private |
◆ $pid
int ilECSParticipant::$pid |
|
private |
The documentation for this class was generated from the following file: