|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Collaboration diagram for ilECSCommunity:Public Member Functions | |
| __construct ($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 | |
| $json_obj = null | |
| $title = '' | |
| $description = '' | |
| $id = 0 | |
| $participants = array() | |
| $position = 0 | |
Private Member Functions | |
| read () | |
| Read community entries and participants. More... | |
Definition at line 32 of file class.ilECSCommunity.php.
| ilECSCommunity::__construct | ( | $json_obj | ) |
Constructor.
@access public
| object | json object |
Definition at line 49 of file class.ilECSCommunity.php.
References $json_obj, and read().
Here is the call graph for this function:| ilECSCommunity::getDescription | ( | ) |
getDescription
@access public
Definition at line 72 of file class.ilECSCommunity.php.
References $description.
| ilECSCommunity::getId | ( | ) |
get id
@access public
Definition at line 120 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 91 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 103 of file class.ilECSCommunity.php.
References getParticipants().
Here is the call graph for this function:| ilECSCommunity::getParticipants | ( | ) |
get participants
@access public
Definition at line 83 of file class.ilECSCommunity.php.
Referenced by getMids(), and getOwnId().
Here is the caller graph for this function:| ilECSCommunity::getTitle | ( | ) |
get title
@access public
Definition at line 61 of file class.ilECSCommunity.php.
References $title.
|
private |
Read community entries and participants.
@access private
Definition at line 132 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 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().