Definition at line 25 of file Edit.php.
◆ __construct()
ILIAS\LegalDocuments\Value\Edit::__construct |
( |
private readonly int |
$user, |
|
|
private readonly DateTimeImmutable |
$time |
|
) |
| |
◆ time()
ILIAS\LegalDocuments\Value\Edit::time |
( |
| ) |
|
Definition at line 36 of file Edit.php.
36 : DateTimeImmutable
37 {
38 return $this->time;
39 }
◆ user()
ILIAS\LegalDocuments\Value\Edit::user |
( |
| ) |
|
Definition at line 31 of file Edit.php.
31 : int
32 {
33 return $this->user;
34 }
The documentation for this class was generated from the following file:
- components/ILIAS/LegalDocuments/classes/Value/Edit.php