ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
getOwnMIDs () | |
get publishable ids | |
getCommunities () | |
get communities | |
getCommunityById ($a_id) | |
get community by id | |
getParticipantByMID ($a_mid) | |
get participant by id | |
getPublishableParticipants () | |
get publishable communities | |
getEnabledParticipants () | |
get enabled participants |
Static Public Member Functions | |
static | _getInstance () |
get singleton instance |
Protected Attributes | |
$position = 0 | |
$log | |
$settings = null | |
$connector = null | |
$communities = array() | |
$participants = array() | |
$own_ids = array() |
Private Member Functions | |
__construct () | |
Singleton constructor. | |
read () | |
parse |
Static Private Attributes | |
static | $instance = null |
Definition at line 36 of file class.ilECSCommunityReader.php.
|
private |
Singleton constructor.
private
ilECSConnectorException |
Definition at line 56 of file class.ilECSCommunityReader.php.
References $ilLog, _getInstance(), and read().
|
static |
get singleton instance
public
Definition at line 79 of file class.ilECSCommunityReader.php.
References $instance.
Referenced by __construct(), ilECSSettingsGUI\communities(), ilECSSettingsGUI\exportImported(), ilObjCourseGUI\fillECSExportSettings(), ilECSAuth\init(), ilECSUtils\lookupParticipantName(), ilECSImportedContentTableGUI\parse(), and ilECSContentWriter\sendNewContentNotification().
ilECSCommunityReader::getCommunities | ( | ) |
get communities
public
Definition at line 106 of file class.ilECSCommunityReader.php.
Referenced by getEnabledParticipants(), and getPublishableParticipants().
ilECSCommunityReader::getCommunityById | ( | $a_id | ) |
get community by id
public
int | comm_id |
Definition at line 118 of file class.ilECSCommunityReader.php.
ilECSCommunityReader::getEnabledParticipants | ( | ) |
get enabled participants
public
Definition at line 169 of file class.ilECSCommunityReader.php.
References getCommunities().
ilECSCommunityReader::getOwnMIDs | ( | ) |
get publishable ids
public
Definition at line 94 of file class.ilECSCommunityReader.php.
ilECSCommunityReader::getParticipantByMID | ( | $a_mid | ) |
get participant by id
public
int | mid |
Definition at line 136 of file class.ilECSCommunityReader.php.
ilECSCommunityReader::getPublishableParticipants | ( | ) |
get publishable communities
public
Definition at line 148 of file class.ilECSCommunityReader.php.
References getCommunities().
|
private |
parse
private
Definition at line 191 of file class.ilECSCommunityReader.php.
Referenced by __construct().
|
protected |
Definition at line 46 of file class.ilECSCommunityReader.php.
|
protected |
Definition at line 44 of file class.ilECSCommunityReader.php.
|
staticprivate |
Definition at line 38 of file class.ilECSCommunityReader.php.
Referenced by _getInstance().
|
protected |
Definition at line 42 of file class.ilECSCommunityReader.php.
|
protected |
Definition at line 48 of file class.ilECSCommunityReader.php.
|
protected |
Definition at line 47 of file class.ilECSCommunityReader.php.
|
protected |
Definition at line 40 of file class.ilECSCommunityReader.php.
|
protected |
Definition at line 43 of file class.ilECSCommunityReader.php.