ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
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().
ILIAS\DataProtection\Settings::authMode | ( | ) |
Implements ILIAS\LegalDocuments\ConsumerToolbox\Settings.
Definition at line 71 of file Settings.php.
References ILIAS\LegalDocuments\ConsumerToolbox\Marshal\string().
|
private |
Definition at line 92 of file Settings.php.
References ILIAS\LegalDocuments\ConsumerToolbox\Marshal\boolean().
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().
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.