|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilECSParticipant: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 23 of file class.ilECSParticipant.php.
| ilECSParticipant::__construct | ( | object | $json_obj, |
| int | $a_cid | ||
| ) |
Definition at line 36 of file class.ilECSParticipant.php.
References read().
Here is the call graph for this function:| ilECSParticipant::getCommunityId | ( | ) |
get community id
Definition at line 45 of file class.ilECSParticipant.php.
References $cid.
| ilECSParticipant::getDescription | ( | ) |
get description
Definition at line 78 of file class.ilECSParticipant.php.
References $description.
| ilECSParticipant::getDNS | ( | ) |
get dns
Definition at line 70 of file class.ilECSParticipant.php.
References $dns.
| ilECSParticipant::getEmail | ( | ) |
get email
Definition at line 61 of file class.ilECSParticipant.php.
References $email.
| ilECSParticipant::getMID | ( | ) |
get mid
Definition at line 53 of file class.ilECSParticipant.php.
References $mid.
| ilECSParticipant::getOrganisation | ( | ) |
Get organisation.
Definition at line 111 of file class.ilECSParticipant.php.
References $org.
| ilECSParticipant::getParticipantName | ( | ) |
get participant name
Definition at line 86 of file class.ilECSParticipant.php.
References $participantname.
| ilECSParticipant::getPid | ( | ) |
Get pid.
Definition at line 94 of file class.ilECSParticipant.php.
References $pid.
| ilECSParticipant::isSelf | ( | ) |
is self
Definition at line 102 of file class.ilECSParticipant.php.
References $is_self.
|
private |
Read.
Definition at line 119 of file class.ilECSParticipant.php.
Referenced by __construct().
Here is the caller graph for this function:
|
private |
Definition at line 25 of file class.ilECSParticipant.php.
Referenced by getCommunityId().
|
private |
Definition at line 30 of file class.ilECSParticipant.php.
Referenced by getDescription().
|
private |
Definition at line 29 of file class.ilECSParticipant.php.
Referenced by getDNS().
|
private |
Definition at line 28 of file class.ilECSParticipant.php.
Referenced by getEmail().
|
private |
Definition at line 32 of file class.ilECSParticipant.php.
Referenced by isSelf().
|
private |
Definition at line 27 of file class.ilECSParticipant.php.
Referenced by getMID().
|
private |
Definition at line 34 of file class.ilECSParticipant.php.
Referenced by getOrganisation().
|
private |
Definition at line 31 of file class.ilECSParticipant.php.
Referenced by getParticipantName().
|
private |
Definition at line 26 of file class.ilECSParticipant.php.
Referenced by getPid().