|
ILIAS
eassessment Revision 61809
|
Collaboration diagram for ilECSCommunityReader: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().
Here is the call graph for this function:
|
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().
Here is the caller graph for this function:| ilECSCommunityReader::getCommunities | ( | ) |
get communities
public
Definition at line 106 of file class.ilECSCommunityReader.php.
Referenced by getEnabledParticipants(), and getPublishableParticipants().
Here is the caller graph for this function:| 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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:
|
private |
parse
private
Definition at line 191 of file class.ilECSCommunityReader.php.
Referenced by __construct().
Here is the caller graph for this function:
|
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.