| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Inheritance diagram for ILIAS\DataProtection\Settings:
 Collaboration diagram for ILIAS\DataProtection\Settings:Public Member Functions | |
| __construct (private readonly SelectSetting $select) | |
| enabled () | |
| validateOnLogin () | |
| deleteUserOnWithdrawal () | |
| adminEmail () | |
| authMode () | |
| lastResetDate () | |
| noAcceptance () | |
Private Member Functions | |
| boolean (Marshal $m) | |
Definition at line 30 of file Settings.php.
| ILIAS\DataProtection\Settings::__construct | ( | private readonly SelectSetting | $select | ) | 
Definition at line 32 of file Settings.php.
| ILIAS\DataProtection\Settings::adminEmail | ( | ) | 
Implements ILIAS\LegalDocuments\ConsumerToolbox\Settings.
Definition at line 63 of file Settings.php.
References ILIAS\LegalDocuments\ConsumerToolbox\Marshal\string().
 Here is the call graph for this function:| ILIAS\DataProtection\Settings::authMode | ( | ) | 
Implements ILIAS\LegalDocuments\ConsumerToolbox\Settings.
Definition at line 71 of file Settings.php.
References ILIAS\LegalDocuments\ConsumerToolbox\Marshal\string().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 92 of file Settings.php.
References ILIAS\LegalDocuments\ConsumerToolbox\Marshal\boolean().
 Here is the call graph for this function:| ILIAS\DataProtection\Settings::deleteUserOnWithdrawal | ( | ) | 
Implements ILIAS\LegalDocuments\ConsumerToolbox\Settings.
Definition at line 55 of file Settings.php.
| ILIAS\DataProtection\Settings::enabled | ( | ) | 
Implements ILIAS\LegalDocuments\ConsumerToolbox\Settings.
Definition at line 39 of file Settings.php.
| ILIAS\DataProtection\Settings::lastResetDate | ( | ) | 
Implements ILIAS\LegalDocuments\ConsumerToolbox\Settings.
Definition at line 79 of file Settings.php.
References ILIAS\LegalDocuments\ConsumerToolbox\Marshal\dateTime().
 Here is the call graph for this function:| ILIAS\DataProtection\Settings::noAcceptance | ( | ) | 
Definition at line 87 of file Settings.php.
| ILIAS\DataProtection\Settings::validateOnLogin | ( | ) | 
Implements ILIAS\LegalDocuments\ConsumerToolbox\Settings.
Definition at line 47 of file Settings.php.