|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilECSCommunity:Public Member Functions | |
| __construct (object $json_obj) | |
| Constructor. More... | |
| getTitle () | |
| get title More... | |
| getDescription () | |
| getDescription More... | |
| getParticipants () | |
| get participants More... | |
| getMids () | |
| Get array of mids of all participants. More... | |
| getOwnId () | |
| Get own mid of community. More... | |
| getId () | |
| get id More... | |
Protected Attributes | |
| object | $json_obj |
| string | $title = '' |
| string | $description = '' |
| int | $id = 0 |
| array | $participants = array() |
| int | $position = 0 |
Private Member Functions | |
| read () | |
| Read community entries and participants. More... | |
Definition at line 23 of file class.ilECSCommunity.php.
| ilECSCommunity::__construct | ( | object | $json_obj | ) |
Constructor.
| object | json object |
Definition at line 38 of file class.ilECSCommunity.php.
References $json_obj, and read().
Here is the call graph for this function:| ilECSCommunity::getDescription | ( | ) |
getDescription
Definition at line 55 of file class.ilECSCommunity.php.
References $description.
| ilECSCommunity::getId | ( | ) |
get id
Definition at line 99 of file class.ilECSCommunity.php.
References $id.
Referenced by read().
Here is the caller graph for this function:| ilECSCommunity::getMids | ( | ) |
Get array of mids of all participants.
Definition at line 73 of file class.ilECSCommunity.php.
References getParticipants().
Here is the call graph for this function:| ilECSCommunity::getOwnId | ( | ) |
Get own mid of community.
Definition at line 85 of file class.ilECSCommunity.php.
References getParticipants().
Here is the call graph for this function:| ilECSCommunity::getParticipants | ( | ) |
get participants
Definition at line 65 of file class.ilECSCommunity.php.
Referenced by getMids(), and getOwnId().
Here is the caller graph for this function:| ilECSCommunity::getTitle | ( | ) |
get title
Definition at line 47 of file class.ilECSCommunity.php.
References $title.
|
private |
Read community entries and participants.
Definition at line 108 of file class.ilECSCommunity.php.
References getId().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 27 of file class.ilECSCommunity.php.
Referenced by getDescription().
|
protected |
Definition at line 28 of file class.ilECSCommunity.php.
Referenced by getId().
|
protected |
Definition at line 25 of file class.ilECSCommunity.php.
Referenced by __construct().
|
protected |
Definition at line 30 of file class.ilECSCommunity.php.
|
protected |
Definition at line 31 of file class.ilECSCommunity.php.
|
protected |
Definition at line 26 of file class.ilECSCommunity.php.
Referenced by getTitle().