| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
Activation Checker. More...
 Collaboration diagram for ilDiskQuotaActivationChecker:
 Collaboration diagram for ilDiskQuotaActivationChecker:| Static Public Member Functions | |
| static | _isActive () | 
| Static getter. | |
| static | _isReminderMailActive () | 
| Static getter. | |
| static | _isSummaryMailActive () | 
| Static getter. | |
| Static Private Attributes | |
| static | $isActive | 
| static | $isReminderMailActive | 
| static | $isSummaryMailActive | 
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 47 of file class.ilDiskQuotaActivationChecker.php.
References $isActive.
Referenced by _isReminderMailActive(), _isSummaryMailActive(), ilObjFileAccessSettingsGUI\addDiskQuotaSubtabs(), ilInfoScreenGUI\addObjectSections(), ilObjUserGUI\getValues(), ilObjUserGUI\initForm(), ilObjRoleGUI\initFormRoleProperties(), ilCronCheck\initTasks(), ilObjRoleGUI\readRoleProperties(), ilObjUserGUI\saveObject(), ilObjUserGUI\updateObject(), and ilObjFileAccessSettingsGUI\viewDiskQuotaReport().
 Here is the caller graph for this function:
 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 65 of file class.ilDiskQuotaActivationChecker.php.
References $isReminderMailActive, and _isActive().
Referenced by ilCronCheck\initTasks().
 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:| 
 | static | 
Static getter.
Returns true, if disk quota summary mails are active.
Summary mails are active if the variable "summary_mail_enabled" is set in ilSetting('disk_quota')
Definition at line 84 of file class.ilDiskQuotaActivationChecker.php.
References $isSummaryMailActive, and _isActive().
Referenced by ilCronCheck\initTasks().
 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:| 
 | 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().
| 
 | staticprivate | 
Definition at line 37 of file class.ilDiskQuotaActivationChecker.php.
Referenced by _isSummaryMailActive().