ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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
}
ILIAS\LegalDocuments\ConsumerToolbox\Setting
@template A
Definition:
Setting.php:29
ILIAS\LegalDocuments\ConsumerToolbox\UserSettings
Definition:
UserSettings.php:26
ILIAS\LegalDocuments\ConsumerToolbox\UserSettings\agreeDate
agreeDate()
ILIAS\LegalDocuments\ConsumerToolbox\UserSettings\withdrawalRequested
withdrawalRequested()
ILIAS\LegalDocuments\ConsumerToolbox
Definition:
Blocks.php:21
components
ILIAS
LegalDocuments
classes
ConsumerToolbox
UserSettings.php
Generated on Sat Oct 18 2025 23:02:57 for ILIAS by
1.9.4 (using
Doxyfile
)