|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Collaboration diagram for ilECSParticipant:Public Member Functions | |
| __construct ($json_obj, $a_cid) | |
| Constructor. More... | |
| 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... | |
| getAbbreviation () | |
| get abbreviation of participant More... | |
| getPid () | |
| Get pid. More... | |
| isPublishable () | |
| is publishable (enabled and mid with own cert id) More... | |
| isSelf () | |
| is self More... | |
| isEnabled () | |
| is Enabled More... | |
| getOrganisation () | |
| Get organisation. More... | |
Protected Attributes | |
| $json_obj | |
| $cid | |
| $pid | |
| $mid | |
| $certid | |
| $dns | |
| $description | |
| $participantname | |
| $is_self | |
Private Member Functions | |
| read () | |
| Read. More... | |
Private Attributes | |
| $logger = null | |
| ilECSParticipant::__construct | ( | $json_obj, | |
| $a_cid | |||
| ) |
Constructor.
@access public
Definition at line 58 of file class.ilECSParticipant.php.
References $DIC, $json_obj, and read().
Here is the call graph for this function:| ilECSParticipant::getAbbreviation | ( | ) |
get abbreviation of participant
@access public
Definition at line 144 of file class.ilECSParticipant.php.
| ilECSParticipant::getCommunityId | ( | ) |
get community id
@access public
Definition at line 75 of file class.ilECSParticipant.php.
References $cid.
| ilECSParticipant::getDescription | ( | ) |
get description
@access public
Definition at line 122 of file class.ilECSParticipant.php.
References $description.
| ilECSParticipant::getDNS | ( | ) |
get dns
@access public
Definition at line 111 of file class.ilECSParticipant.php.
References $dns.
| ilECSParticipant::getEmail | ( | ) |
get email
@access public
Definition at line 98 of file class.ilECSParticipant.php.
References $email.
| ilECSParticipant::getMID | ( | ) |
get mid
@access public
Definition at line 87 of file class.ilECSParticipant.php.
References $mid.
| ilECSParticipant::getOrganisation | ( | ) |
Get organisation.
Definition at line 200 of file class.ilECSParticipant.php.
| ilECSParticipant::getParticipantName | ( | ) |
get participant name
@access public
Definition at line 133 of file class.ilECSParticipant.php.
References $participantname.
| ilECSParticipant::getPid | ( | ) |
Get pid.
Definition at line 153 of file class.ilECSParticipant.php.
References $pid.
| ilECSParticipant::isEnabled | ( | ) |
is Enabled
@access public
Definition at line 189 of file class.ilECSParticipant.php.
References $GLOBALS.
| ilECSParticipant::isPublishable | ( | ) |
is publishable (enabled and mid with own cert id)
@access public
Definition at line 165 of file class.ilECSParticipant.php.
References isSelf().
Here is the call graph for this function:| ilECSParticipant::isSelf | ( | ) |
is self
@access public
Definition at line 177 of file class.ilECSParticipant.php.
References $is_self.
Referenced by isPublishable().
Here is the caller graph for this function:
|
private |
Read.
@access private
Definition at line 211 of file class.ilECSParticipant.php.
Referenced by __construct().
Here is the caller graph for this function:
|
protected |
Definition at line 40 of file class.ilECSParticipant.php.
|
protected |
Definition at line 36 of file class.ilECSParticipant.php.
Referenced by getCommunityId().
|
protected |
Definition at line 42 of file class.ilECSParticipant.php.
Referenced by getDescription().
|
protected |
Definition at line 41 of file class.ilECSParticipant.php.
Referenced by getDNS().
|
protected |
Definition at line 39 of file class.ilECSParticipant.php.
Referenced by getEmail().
|
protected |
Definition at line 44 of file class.ilECSParticipant.php.
Referenced by isSelf().
|
protected |
Definition at line 35 of file class.ilECSParticipant.php.
Referenced by __construct().
|
private |
Definition at line 49 of file class.ilECSParticipant.php.
|
protected |
Definition at line 38 of file class.ilECSParticipant.php.
Referenced by getMID().
|
protected |
Definition at line 43 of file class.ilECSParticipant.php.
Referenced by getParticipantName().
|
protected |
Definition at line 37 of file class.ilECSParticipant.php.
Referenced by getPid().