| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
 Collaboration diagram for ilECSCommunity:
 Collaboration diagram for ilECSCommunity:| Public Member Functions | |
| __construct ($json_obj) | |
| Constructor. | |
| getTitle () | |
| get title | |
| getDescription () | |
| getDescription | |
| getParticipants () | |
| get participants | |
| getMids () | |
| Get array of mids of all participants. | |
| getOwnId () | |
| Get own mid of community. | |
| getId () | |
| get id | |
| Protected Attributes | |
| $json_obj = null | |
| $title = '' | |
| $description = '' | |
| $id = 0 | |
| $participants = array() | |
| $position = 0 | |
| Private Member Functions | |
| read () | |
| Read community entries and participants. | |
Definition at line 32 of file class.ilECSCommunity.php.
| ilECSCommunity::__construct | ( | $json_obj | ) | 
| ilECSCommunity::getDescription | ( | ) | 
getDescription
public
Definition at line 72 of file class.ilECSCommunity.php.
References $description.
| ilECSCommunity::getId | ( | ) | 
get id
public
Definition at line 123 of file class.ilECSCommunity.php.
References $id.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilECSCommunity::getMids | ( | ) | 
Get array of mids of all participants.
Definition at line 91 of file class.ilECSCommunity.php.
References getParticipants().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilECSCommunity::getOwnId | ( | ) | 
Get own mid of community.
Definition at line 104 of file class.ilECSCommunity.php.
References getParticipants().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilECSCommunity::getParticipants | ( | ) | 
get participants
public
Definition at line 83 of file class.ilECSCommunity.php.
Referenced by getMids(), and getOwnId().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilECSCommunity::getTitle | ( | ) | 
| 
 | private | 
Read community entries and participants.
private
Definition at line 135 of file class.ilECSCommunity.php.
References getId().
Referenced by __construct().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Definition at line 36 of file class.ilECSCommunity.php.
Referenced by getDescription().
| 
 | protected | 
Definition at line 37 of file class.ilECSCommunity.php.
Referenced by getId().
| 
 | protected | 
Definition at line 34 of file class.ilECSCommunity.php.
Referenced by __construct().
| 
 | protected | 
Definition at line 39 of file class.ilECSCommunity.php.
| 
 | protected | 
Definition at line 40 of file class.ilECSCommunity.php.
| 
 | protected | 
Definition at line 35 of file class.ilECSCommunity.php.
Referenced by getTitle().