|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
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... | |
| 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 $GLOBALS, $ilLog, read(), and settings().
Here is the call graph for this function:
|
static |
get singleton instance
@access public
Definition at line 87 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 144 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
@access public
| int | comm_id |
Definition at line 156 of file class.ilECSCommunityReader.php.
| ilECSCommunityReader::getCommunityByMID | ( | $a_mid | ) |
Get community by mid.
| int | $a_mid |
Definition at line 184 of file class.ilECSCommunityReader.php.
| ilECSCommunityReader::getEnabledParticipants | ( | ) |
get enabled participants
@access public
Definition at line 226 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 98 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(), ilAuthContainerECS\validateHash(), 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 132 of file class.ilECSCommunityReader.php.
| ilECSCommunityReader::getParticipantByMID | ( | $a_mid | ) |
get participant by id
@access public
| int | mid |
Definition at line 174 of file class.ilECSCommunityReader.php.
| ilECSCommunityReader::getParticipants | ( | ) |
Get participants.
Definition at line 120 of file class.ilECSCommunityReader.php.
References $participants.
| ilECSCommunityReader::getPublishableParticipants | ( | ) |
get publishable communities
@access public
Definition at line 205 of file class.ilECSCommunityReader.php.
References getCommunities().
Here is the call graph for this function:| ilECSCommunityReader::getServer | ( | ) |
Get server setting.
Definition at line 111 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 250 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.
|
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().
|
protected |
Definition at line 40 of file class.ilECSCommunityReader.php.
|
protected |
Definition at line 43 of file class.ilECSCommunityReader.php.
Referenced by getServer().