| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
 Collaboration diagram for ilECSCommunityReader:
 Collaboration diagram for ilECSCommunityReader:| Public Member Functions | |
| getServer () | |
| Get server setting. | |
| getOwnMIDs () | |
| get publishable ids | |
| getCommunities () | |
| get communities | |
| getCommunityById ($a_id) | |
| get community by id | |
| getParticipantByMID ($a_mid) | |
| get participant by id | |
| getCommunityByMID ($a_mid) | |
| Get community by mid. | |
| getPublishableParticipants () | |
| get publishable communities | |
| getEnabledParticipants () | |
| get enabled participants | |
| Static Public Member Functions | |
| static | _getInstance () | 
| get singleton instance | |
| static | getInstanceByServerId ($a_server_id) | 
| Get instance by server id. | |
| 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. | |
| read () | |
| Read  private. | |
| Static Private Attributes | |
| static | $instances = 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 $GLOBALS, $ilLog, and read().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | static | 
get singleton instance
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 call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilECSCommunityReader::getCommunities | ( | ) | 
get communities
public
Definition at line 135 of file class.ilECSCommunityReader.php.
Referenced by getEnabledParticipants(), and getPublishableParticipants().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilECSCommunityReader::getCommunityById | ( | $a_id | ) | 
get community by id
public
| int | comm_id | 
Definition at line 147 of file class.ilECSCommunityReader.php.
| ilECSCommunityReader::getCommunityByMID | ( | $a_mid | ) | 
Get community by mid.
| int | $a_mid | 
Definition at line 175 of file class.ilECSCommunityReader.php.
| ilECSCommunityReader::getEnabledParticipants | ( | ) | 
get enabled participants
public
Definition at line 217 of file class.ilECSCommunityReader.php.
References getCommunities(), getInstanceByServerId(), and getServer().
 Here is the call graph for this function:
 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(), getEnabledParticipants(), ilECSUtils\lookupParticipantName(), ilECSImportedContentTableGUI\parse(), ilECSTaskScheduler\readMIDs(), ilECSObjectSettings\sendNewContentNotification(), ilECSSettingsGUI\updateCommunities(), and ilECSSettingsGUI\updateTitle().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilECSCommunityReader::getOwnMIDs | ( | ) | 
get publishable ids
public
Definition at line 123 of file class.ilECSCommunityReader.php.
| ilECSCommunityReader::getParticipantByMID | ( | $a_mid | ) | 
get participant by id
public
| int | mid | 
Definition at line 165 of file class.ilECSCommunityReader.php.
| ilECSCommunityReader::getPublishableParticipants | ( | ) | 
get publishable communities
public
Definition at line 196 of file class.ilECSCommunityReader.php.
References getCommunities().
 Here is the call graph for this function:
 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:
 Here is the caller graph for this function:| 
 | private | 
Read private.
| ilECSConnectorException | 
Definition at line 241 of file class.ilECSCommunityReader.php.
Referenced by __construct().
 Here is the caller graph for this function:
 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.
| 
 | protected | 
Definition at line 40 of file class.ilECSCommunityReader.php.
| 
 | protected | 
Definition at line 43 of file class.ilECSCommunityReader.php.
Referenced by getServer().