ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
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.
public
object | json object |
Definition at line 49 of file class.ilECSCommunity.php.
References $json_obj, and read().
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().
ilECSCommunity::getMids | ( | ) |
Get array of mids of all participants.
Definition at line 91 of file class.ilECSCommunity.php.
References array, and getParticipants().
ilECSCommunity::getOwnId | ( | ) |
Get own mid of community.
Definition at line 104 of file class.ilECSCommunity.php.
References getParticipants().
ilECSCommunity::getParticipants | ( | ) |
get participants
public
Definition at line 83 of file class.ilECSCommunity.php.
References array.
Referenced by getMids(), and getOwnId().
ilECSCommunity::getTitle | ( | ) |
|
private |
Read community entries and participants.
private
Definition at line 135 of file class.ilECSCommunity.php.
References getId().
Referenced by __construct().
|
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().