ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
UserSettings.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\LegalDocuments\ConsumerToolbox
;
22
23
use
DateTimeImmutable
;
24
25
interface
UserSettings
26
{
30
public
function
withdrawalRequested
():
Setting
;
31
35
public
function
agreeDate
():
Setting
;
36
}
DateTimeImmutable
ILIAS\LegalDocuments\ConsumerToolbox\UserSettings
Definition:
UserSettings.php:25
ILIAS\LegalDocuments\ConsumerToolbox
Definition:
Blocks.php:21
ILIAS\LegalDocuments\ConsumerToolbox\UserSettings\withdrawalRequested
withdrawalRequested()
ILIAS\LegalDocuments\ConsumerToolbox\Setting
A
Definition:
Setting.php:28
ILIAS\LegalDocuments\ConsumerToolbox\UserSettings\agreeDate
agreeDate()
components
ILIAS
LegalDocuments
classes
ConsumerToolbox
UserSettings.php
Generated on Wed Sep 10 2025 15:15:27 for ILIAS by
1.8.13 (using
Doxyfile
)