ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
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 24 of file class.ilECSCommunity.php.
ilECSCommunity::__construct | ( | object | $json_obj | ) |
Constructor.
object | json object |
Definition at line 39 of file class.ilECSCommunity.php.
References $json_obj, and read().
ilECSCommunity::getDescription | ( | ) |
ilECSCommunity::getId | ( | ) |
get id
Definition at line 100 of file class.ilECSCommunity.php.
References $id.
Referenced by read().
ilECSCommunity::getMids | ( | ) |
Get array of mids of all participants.
Definition at line 74 of file class.ilECSCommunity.php.
References getParticipants().
ilECSCommunity::getOwnId | ( | ) |
Get own mid of community.
Definition at line 86 of file class.ilECSCommunity.php.
References getParticipants().
ilECSCommunity::getParticipants | ( | ) |
get participants
Definition at line 66 of file class.ilECSCommunity.php.
Referenced by getMids(), and getOwnId().
ilECSCommunity::getTitle | ( | ) |
|
private |
Read community entries and participants.
Definition at line 109 of file class.ilECSCommunity.php.
References getId().
Referenced by __construct().
|
protected |
Definition at line 28 of file class.ilECSCommunity.php.
Referenced by getDescription().
|
protected |
Definition at line 29 of file class.ilECSCommunity.php.
Referenced by getId().
|
protected |
Definition at line 26 of file class.ilECSCommunity.php.
Referenced by __construct().
|
protected |
Definition at line 31 of file class.ilECSCommunity.php.
|
protected |
Definition at line 32 of file class.ilECSCommunity.php.
|
protected |
Definition at line 27 of file class.ilECSCommunity.php.
Referenced by getTitle().