|
ILIAS
Release_4_0_x_branch Revision 61816
|
Activation Checker. More...
Collaboration diagram for ilDiskQuotaActivationChecker:Static Public Member Functions | |
| static | _isActive () |
| Static getter. | |
| static | _isReminderMailActive () |
| Static getter. | |
Static Private Attributes | |
| static | $isActive |
| static | $isReminderMailActive |
Activation Checker.
Keep this class small, since it is included, even if DiskQuota is deactivated.
Definition at line 33 of file class.ilDiskQuotaActivationChecker.php.
|
static |
Static getter.
Returns true, if disk quota is active.
Disk quota is active if the variable "enabled" is set in ilSetting('disk_quota'),
Definition at line 46 of file class.ilDiskQuotaActivationChecker.php.
References $isActive.
Referenced by _isReminderMailActive(), ilObjFileAccessSettingsGUI\addDiskQuotaSubtabs(), ilInfoScreenGUI\addObjectSections(), ilObjRoleGUI\editObject2(), ilObjUserGUI\getValues(), ilObjUserGUI\initForm(), ilObjRoleGUI\initFormRoleProperties(), ilObjRoleGUI\readRoleProperties(), ilObjUserGUI\saveObject(), ilCronCheck\start(), ilObjUserGUI\updateObject(), ilObjRoleGUI\updateObject2(), and ilObjFileAccessSettingsGUI\viewDiskQuotaReport().
Here is the caller graph for this function:
|
static |
Static getter.
Returns true, if disk quota reminder mails is active.
Reminder mails is is active if the variable "reminder_enabled" is set in ilSetting('disk_quota'
Definition at line 64 of file class.ilDiskQuotaActivationChecker.php.
References $isReminderMailActive, and _isActive().
Referenced by ilCronCheck\start().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticprivate |
Definition at line 35 of file class.ilDiskQuotaActivationChecker.php.
Referenced by _isActive().
|
staticprivate |
Definition at line 36 of file class.ilDiskQuotaActivationChecker.php.
Referenced by _isReminderMailActive().