|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\TermsOfService\Settings:
Collaboration diagram for ILIAS\TermsOfService\Settings:Public Member Functions | |
| __construct (private readonly SelectSetting $select) | |
| enabled () | |
| validateOnLogin () | |
| deleteUserOnWithdrawal () | |
| adminEmail () | |
| authMode () | |
| lastResetDate () | |
| enabled () | |
| validateOnLogin () | |
| deleteUserOnWithdrawal () | |
| adminEmail () | |
| authMode () | |
| lastResetDate () | |
Private Member Functions | |
| boolean (Marshal $m) | |
Definition at line 30 of file Settings.php.
| ILIAS\TermsOfService\Settings::__construct | ( | private readonly SelectSetting | $select | ) |
Definition at line 32 of file Settings.php.
| ILIAS\TermsOfService\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\TermsOfService\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 84 of file Settings.php.
References ILIAS\LegalDocuments\ConsumerToolbox\Marshal\boolean().
Here is the call graph for this function:| ILIAS\TermsOfService\Settings::deleteUserOnWithdrawal | ( | ) |
Implements ILIAS\LegalDocuments\ConsumerToolbox\Settings.
Definition at line 55 of file Settings.php.
| ILIAS\TermsOfService\Settings::enabled | ( | ) |
Implements ILIAS\LegalDocuments\ConsumerToolbox\Settings.
Definition at line 39 of file Settings.php.
| ILIAS\TermsOfService\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\TermsOfService\Settings::validateOnLogin | ( | ) |
Implements ILIAS\LegalDocuments\ConsumerToolbox\Settings.
Definition at line 47 of file Settings.php.