ILIAS
Release_5_0_x_branch Revision 61816
|
Public Member Functions | |
getServer () | |
Get server setting. | |
getParticipants () | |
Get participants. | |
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().
|
static |
get singleton instance
public
Definition at line 87 of file class.ilECSCommunityReader.php.
References $GLOBALS, and getInstanceByServerId().
Referenced by ilECSSettingsGUI\exportImported().
ilECSCommunityReader::getCommunities | ( | ) |
get communities
public
Definition at line 144 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 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
public
Definition at line 226 of file class.ilECSCommunityReader.php.
References getCommunities(), getInstanceByServerId(), and getServer().
|
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(), ilECSSettingsGUI\refreshParticipants(), ilECSObjectSettings\sendNewContentNotification(), ilECSSettingsGUI\updateCommunities(), ilECSSettingsGUI\updateTitle(), and ilAuthContainerECS\validateHash().
ilECSCommunityReader::getOwnMIDs | ( | ) |
get publishable ids
public
Definition at line 132 of file class.ilECSCommunityReader.php.
ilECSCommunityReader::getParticipantByMID | ( | $a_mid | ) |
get participant by id
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
public
Definition at line 205 of file class.ilECSCommunityReader.php.
References getCommunities().
ilECSCommunityReader::getServer | ( | ) |
Get server setting.
Definition at line 111 of file class.ilECSCommunityReader.php.
References $settings.
Referenced by getEnabledParticipants().
|
private |
Read private.
ilECSConnectorException |
Definition at line 250 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.
|
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().