ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ 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 Sun Aug 31 2025 23:02:48 for ILIAS by
1.8.13 (using
Doxyfile
)