|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Collaboration diagram for ilECSCommunityReader:Public Member Functions | |
| getServer () | |
| Get server setting. More... | |
| getParticipants () | |
| Get participants. More... | |
| getOwnMIDs () | |
| get publishable ids More... | |
| getCommunities () | |
| get communities More... | |
| getCommunityById ($a_id) | |
| get community by id More... | |
| getParticipantsByPid ($a_pid) | |
| getParticipantByMID ($a_mid) | |
| get participant by id More... | |
| getCommunityByMID ($a_mid) | |
| Get community by mid. More... | |
| getPublishableParticipants () | |
| get publishable communities More... | |
| getEnabledParticipants () | |
| get enabled participants More... | |
Static Public Member Functions | |
| static | _getInstance () |
| get singleton instance More... | |
| static | getInstanceByServerId ($a_server_id) |
| Get instance by server id. More... | |
Protected Attributes | |
| $position = 0 | |
| $log | |
| $settings = null | |
| $connector = null | |
| $communities = array() | |
| $participants = array() | |
| $own_ids = array() | |
Private Member Functions | |
| __construct (ilECSSetting $setting=null) | |
| Singleton constructor. More... | |
| read () | |
| Read @access private. More... | |
Static Private Attributes | |
| static | $instances = null |
|
private |
Singleton constructor.
@access private
| ilECSConnectorException |
Definition at line 56 of file class.ilECSCommunityReader.php.
References $DIC, $GLOBALS, read(), and settings().
Here is the call graph for this function:
|
static |
get singleton instance
@access public
Definition at line 86 of file class.ilECSCommunityReader.php.
References $GLOBALS, and getInstanceByServerId().
Referenced by ilECSSettingsGUI\exportImported().
Here is the call graph for this function:
Here is the caller graph for this function:| ilECSCommunityReader::getCommunities | ( | ) |
get communities
@access public
Definition at line 141 of file class.ilECSCommunityReader.php.
Referenced by getEnabledParticipants(), getParticipantsByPid(), and getPublishableParticipants().
Here is the caller graph for this function:| ilECSCommunityReader::getCommunityById | ( | $a_id | ) |
get community by id
@access public
| int | comm_id |
Definition at line 153 of file class.ilECSCommunityReader.php.
| ilECSCommunityReader::getCommunityByMID | ( | $a_mid | ) |
Get community by mid.
| int | $a_mid |
Definition at line 196 of file class.ilECSCommunityReader.php.
| ilECSCommunityReader::getEnabledParticipants | ( | ) |
get enabled participants
@access public
Definition at line 232 of file class.ilECSCommunityReader.php.
References getCommunities(), ilECSParticipantSettings\getInstanceByServerId(), and getServer().
Here is the call graph for this function:
|
static |
Get instance by server id.
| int | $a_server_id |
Definition at line 97 of file class.ilECSCommunityReader.php.
References ilECSSetting\getInstanceByServerId().
Referenced by _getInstance(), ilECSSettingsGUI\communities(), ilECSUtils\lookupParticipantName(), ilECSImportedContentTableGUI\parse(), ilECSTaskScheduler\readMIDs(), ilECSSettingsGUI\refreshParticipants(), ilECSObjectSettings\sendNewContentNotification(), ilECSSettingsGUI\updateCommunities(), ilECSSettingsGUI\updateTitle(), and ilAuthProviderECS\validateHash().
Here is the call graph for this function:
Here is the caller graph for this function:| ilECSCommunityReader::getOwnMIDs | ( | ) |
get publishable ids
@access public
Definition at line 130 of file class.ilECSCommunityReader.php.
| ilECSCommunityReader::getParticipantByMID | ( | $a_mid | ) |
get participant by id
@access public
| int | mid |
Definition at line 186 of file class.ilECSCommunityReader.php.
| ilECSCommunityReader::getParticipants | ( | ) |
Get participants.
Definition at line 118 of file class.ilECSCommunityReader.php.
References $participants.
| ilECSCommunityReader::getParticipantsByPid | ( | $a_pid | ) |
| int | $a_pid |
Definition at line 167 of file class.ilECSCommunityReader.php.
References $participants, and getCommunities().
Here is the call graph for this function:| ilECSCommunityReader::getPublishableParticipants | ( | ) |
get publishable communities
@access public
Definition at line 214 of file class.ilECSCommunityReader.php.
References getCommunities().
Here is the call graph for this function:| ilECSCommunityReader::getServer | ( | ) |
Get server setting.
Definition at line 109 of file class.ilECSCommunityReader.php.
References $settings.
Referenced by getEnabledParticipants().
Here is the caller graph for this function:
|
private |
Read @access private.
| ilECSConnectorException |
Definition at line 253 of file class.ilECSCommunityReader.php.
References $DIC, Vendor\Package\$e, and $res.
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.
|
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.
Referenced by getParticipants(), and getParticipantsByPid().
|
protected |
Definition at line 40 of file class.ilECSCommunityReader.php.
|
protected |
Definition at line 43 of file class.ilECSCommunityReader.php.
Referenced by getServer().