ILIAS  trunk Revision v11.0_alpha-2645-g16283d3b3f8
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.

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: