ILIAS
Release_4_1_x_branch Revision 61804
|
Public Member Functions | |
__construct ($json_obj, $a_cid) | |
Constructor. | |
getCommunityId () | |
get community id | |
getMID () | |
get mid | |
getEmail () | |
get email | |
getCertId () | |
get cert id | |
getDNS () | |
get dns | |
getDescription () | |
get description | |
getParticipantName () | |
get participant name | |
getAbbreviation () | |
get abbreviation of participant | |
isPublishable () | |
is publishable (enabled and mid with own cert id) | |
isSelf () | |
is self | |
isEnabled () | |
is Enabled |
Protected Attributes | |
$json_obj | |
$cid | |
$mid | |
$certid | |
$dns | |
$description | |
$participantname | |
$abr | |
$is_self | |
$settings | |
$part_settings |
Private Member Functions | |
read () | |
Read. |
Definition at line 33 of file class.ilECSParticipant.php.
ilECSParticipant::__construct | ( | $json_obj, | |
$a_cid | |||
) |
Constructor.
public
Definition at line 57 of file class.ilECSParticipant.php.
References $json_obj, ilECSParticipantSettings\_getInstance(), ilECSSettings\_getInstance(), and read().
ilECSParticipant::getAbbreviation | ( | ) |
get abbreviation of participant
public
Definition at line 155 of file class.ilECSParticipant.php.
References $abr.
ilECSParticipant::getCertId | ( | ) |
get cert id
public
Definition at line 110 of file class.ilECSParticipant.php.
References $certid.
Referenced by isSelf().
ilECSParticipant::getCommunityId | ( | ) |
ilECSParticipant::getDescription | ( | ) |
get description
public
Definition at line 133 of file class.ilECSParticipant.php.
References $description.
ilECSParticipant::getDNS | ( | ) |
get dns
public
Definition at line 122 of file class.ilECSParticipant.php.
References $dns.
ilECSParticipant::getEmail | ( | ) |
ilECSParticipant::getMID | ( | ) |
get mid
public
Definition at line 87 of file class.ilECSParticipant.php.
References $mid.
Referenced by isEnabled().
ilECSParticipant::getParticipantName | ( | ) |
get participant name
public
Definition at line 144 of file class.ilECSParticipant.php.
References $participantname.
ilECSParticipant::isEnabled | ( | ) |
is Enabled
public
Definition at line 191 of file class.ilECSParticipant.php.
References getMID().
ilECSParticipant::isPublishable | ( | ) |
is publishable (enabled and mid with own cert id)
public
Definition at line 167 of file class.ilECSParticipant.php.
References isSelf().
ilECSParticipant::isSelf | ( | ) |
is self
public
Definition at line 179 of file class.ilECSParticipant.php.
References getCertId().
Referenced by isPublishable().
|
private |
Read.
private
Definition at line 201 of file class.ilECSParticipant.php.
References $ilLog.
Referenced by __construct().
|
protected |
Definition at line 43 of file class.ilECSParticipant.php.
Referenced by getAbbreviation().
|
protected |
Definition at line 39 of file class.ilECSParticipant.php.
Referenced by getCertId().
|
protected |
Definition at line 36 of file class.ilECSParticipant.php.
Referenced by getCommunityId().
|
protected |
Definition at line 41 of file class.ilECSParticipant.php.
Referenced by getDescription().
|
protected |
Definition at line 40 of file class.ilECSParticipant.php.
Referenced by getDNS().
|
protected |
Definition at line 38 of file class.ilECSParticipant.php.
Referenced by getEmail().
|
protected |
Definition at line 44 of file class.ilECSParticipant.php.
|
protected |
Definition at line 35 of file class.ilECSParticipant.php.
Referenced by __construct().
|
protected |
Definition at line 37 of file class.ilECSParticipant.php.
Referenced by getMID().
|
protected |
Definition at line 47 of file class.ilECSParticipant.php.
|
protected |
Definition at line 42 of file class.ilECSParticipant.php.
Referenced by getParticipantName().
|
protected |
Definition at line 46 of file class.ilECSParticipant.php.