ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
__construct (object $json_obj, int $a_cid) | |
getCommunityId () | |
get community id More... | |
getMID () | |
get mid More... | |
getEmail () | |
get email More... | |
getDNS () | |
get dns More... | |
getDescription () | |
get description More... | |
getParticipantName () | |
get participant name More... | |
getPid () | |
Get pid. More... | |
isSelf () | |
is self More... | |
getOrganisation () | |
Get organisation. More... | |
Private Member Functions | |
read (object $json_obj) | |
Read. More... | |
Private Attributes | |
int | $cid |
int | $pid |
int | $mid |
string | |
string | $dns |
string | $description |
string | $participantname |
bool | $is_self |
ilECSOrganisation | $org |
Definition at line 24 of file class.ilECSParticipant.php.
ilECSParticipant::__construct | ( | object | $json_obj, |
int | $a_cid | ||
) |
Definition at line 37 of file class.ilECSParticipant.php.
References read().
ilECSParticipant::getCommunityId | ( | ) |
get community id
Definition at line 46 of file class.ilECSParticipant.php.
References $cid.
ilECSParticipant::getDescription | ( | ) |
get description
Definition at line 79 of file class.ilECSParticipant.php.
References $description.
ilECSParticipant::getDNS | ( | ) |
get dns
Definition at line 71 of file class.ilECSParticipant.php.
References $dns.
ilECSParticipant::getEmail | ( | ) |
get email
Definition at line 62 of file class.ilECSParticipant.php.
References $email.
ilECSParticipant::getMID | ( | ) |
get mid
Definition at line 54 of file class.ilECSParticipant.php.
References $mid.
ilECSParticipant::getOrganisation | ( | ) |
Get organisation.
Definition at line 112 of file class.ilECSParticipant.php.
References $org.
ilECSParticipant::getParticipantName | ( | ) |
get participant name
Definition at line 87 of file class.ilECSParticipant.php.
References $participantname.
ilECSParticipant::getPid | ( | ) |
Get pid.
Definition at line 95 of file class.ilECSParticipant.php.
References $pid.
ilECSParticipant::isSelf | ( | ) |
is self
Definition at line 103 of file class.ilECSParticipant.php.
References $is_self.
|
private |
Read.
Definition at line 120 of file class.ilECSParticipant.php.
Referenced by __construct().
|
private |
Definition at line 26 of file class.ilECSParticipant.php.
Referenced by getCommunityId().
|
private |
Definition at line 31 of file class.ilECSParticipant.php.
Referenced by getDescription().
|
private |
Definition at line 30 of file class.ilECSParticipant.php.
Referenced by getDNS().
|
private |
Definition at line 29 of file class.ilECSParticipant.php.
Referenced by getEmail().
|
private |
Definition at line 33 of file class.ilECSParticipant.php.
Referenced by isSelf().
|
private |
Definition at line 28 of file class.ilECSParticipant.php.
Referenced by getMID().
|
private |
Definition at line 35 of file class.ilECSParticipant.php.
Referenced by getOrganisation().
|
private |
Definition at line 32 of file class.ilECSParticipant.php.
Referenced by getParticipantName().
|
private |
Definition at line 27 of file class.ilECSParticipant.php.
Referenced by getPid().