ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\LegalDocuments\Value\Edit Class Reference
+ Collaboration diagram for ILIAS\LegalDocuments\Value\Edit:

Public Member Functions

 __construct (private readonly int $user, private readonly DateTimeImmutable $time)
 
 user ()
 
 time ()
 

Detailed Description

Definition at line 25 of file Edit.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\LegalDocuments\Value\Edit::__construct ( private readonly int  $user,
private readonly DateTimeImmutable  $time 
)

Definition at line 27 of file Edit.php.

28 {
29 }

Member Function Documentation

◆ 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: