ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
getEnabledParticipants () | |
get number of participants that are enabled | |
isEnabled ($a_mid) | |
is partivcipant enabled | |
setEnabledParticipants ($a_parts) | |
set enabled participants by community | |
save () | |
save |
Static Public Member Functions | |
static | _getInstance () |
get instance |
Protected Attributes | |
$storage = null | |
$enabled = array() | |
$all_enabled = array() |
Private Member Functions | |
__construct () | |
Constructor (Singleton) | |
initStorage () | |
Init storage class (ilSetting) private. | |
read () | |
Read settings. |
Static Private Attributes | |
static | $instance = null |
Definition at line 32 of file class.ilECSParticipantSettings.php.
|
private |
Constructor (Singleton)
private
Definition at line 48 of file class.ilECSParticipantSettings.php.
References initStorage(), and read().
|
static |
get instance
public
Definition at line 61 of file class.ilECSParticipantSettings.php.
References $instance.
Referenced by ilECSCommunityTableGUI\__construct(), ilECSParticipant\__construct(), ilECSTaskScheduler\handleUpdate(), and ilECSSettingsGUI\updateCommunities().
ilECSParticipantSettings::getEnabledParticipants | ( | ) |
get number of participants that are enabled
public
Definition at line 76 of file class.ilECSParticipantSettings.php.
|
private |
Init storage class (ilSetting) private.
Definition at line 121 of file class.ilECSParticipantSettings.php.
Referenced by __construct().
ilECSParticipantSettings::isEnabled | ( | $a_mid | ) |
is partivcipant enabled
public
int | mid |
Definition at line 88 of file class.ilECSParticipantSettings.php.
|
private |
Read settings.
private
Definition at line 134 of file class.ilECSParticipantSettings.php.
References $enabled.
Referenced by __construct().
ilECSParticipantSettings::save | ( | ) |
save
public
Definition at line 111 of file class.ilECSParticipantSettings.php.
ilECSParticipantSettings::setEnabledParticipants | ( | $a_parts | ) |
set enabled participants by community
public
int | community id |
array | participant ids |
Definition at line 100 of file class.ilECSParticipantSettings.php.
|
protected |
Definition at line 38 of file class.ilECSParticipantSettings.php.
|
protected |
Definition at line 37 of file class.ilECSParticipantSettings.php.
Referenced by read().
|
staticprivate |
Definition at line 34 of file class.ilECSParticipantSettings.php.
Referenced by _getInstance().
|
protected |
Definition at line 35 of file class.ilECSParticipantSettings.php.