| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
 Collaboration diagram for ilECSParticipant:
 Collaboration diagram for ilECSParticipant:| Public Member Functions | |
| __construct ($json_obj, $a_cid) | |
| Constructor. | |
| getCommunityId () | |
| get community id | |
| getMID () | |
| get mid | |
| getEmail () | |
| get email | |
| 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 | |
| getOrganisation () | |
| Get organisation. | |
| Protected Attributes | |
| $json_obj | |
| $cid | |
| $mid | |
| $certid | |
| $dns | |
| $description | |
| $participantname | |
| $is_self | |
| Private Member Functions | |
| read () | |
| Read. | |
Definition at line 33 of file class.ilECSParticipant.php.
| ilECSParticipant::__construct | ( | $json_obj, | |
| $a_cid | |||
| ) | 
| ilECSParticipant::getAbbreviation | ( | ) | 
get abbreviation of participant
public
Definition at line 134 of file class.ilECSParticipant.php.
| ilECSParticipant::getCommunityId | ( | ) | 
| ilECSParticipant::getDescription | ( | ) | 
get description
public
Definition at line 112 of file class.ilECSParticipant.php.
References $description.
| ilECSParticipant::getDNS | ( | ) | 
get dns
public
Definition at line 101 of file class.ilECSParticipant.php.
References $dns.
| ilECSParticipant::getEmail | ( | ) | 
| ilECSParticipant::getMID | ( | ) | 
get mid
public
Definition at line 77 of file class.ilECSParticipant.php.
References $mid.
| ilECSParticipant::getOrganisation | ( | ) | 
Get organisation.
Definition at line 181 of file class.ilECSParticipant.php.
| ilECSParticipant::getParticipantName | ( | ) | 
get participant name
public
Definition at line 123 of file class.ilECSParticipant.php.
References $participantname.
| ilECSParticipant::isEnabled | ( | ) | 
| ilECSParticipant::isPublishable | ( | ) | 
is publishable (enabled and mid with own cert id)
public
Definition at line 146 of file class.ilECSParticipant.php.
References isSelf().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilECSParticipant::isSelf | ( | ) | 
is self
public
Definition at line 158 of file class.ilECSParticipant.php.
References $is_self.
Referenced by isPublishable().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Read.
private
Definition at line 192 of file class.ilECSParticipant.php.
References $ilLog.
Referenced by __construct().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Definition at line 39 of file class.ilECSParticipant.php.
| 
 | 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 43 of file class.ilECSParticipant.php.
Referenced by isSelf().
| 
 | 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 42 of file class.ilECSParticipant.php.
Referenced by getParticipantName().