ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
__construct ($json_obj) | |
Constructor. | |
getTitle () | |
get title | |
getDescription () | |
getDescription | |
getParticipants () | |
get participants | |
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 94 of file class.ilECSCommunity.php.
References $id.
Referenced by read().
ilECSCommunity::getParticipants | ( | ) |
get participants
public
Definition at line 83 of file class.ilECSCommunity.php.
ilECSCommunity::getTitle | ( | ) |
|
private |
Read community entries and participants.
private
Definition at line 106 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().