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

Public Member Functions

 __construct (private readonly int $sorting, private readonly Edit $lastModification, private readonly Edit $creation)
 
 sorting ()
 
 lastModification ()
 
 creation ()
 

Detailed Description

Definition at line 23 of file Meta.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\LegalDocuments\Value\Meta::__construct ( private readonly int  $sorting,
private readonly Edit  $lastModification,
private readonly Edit  $creation 
)

Definition at line 25 of file Meta.php.

29 {
30 }

Member Function Documentation

◆ creation()

ILIAS\LegalDocuments\Value\Meta::creation ( )

Definition at line 42 of file Meta.php.

42 : Edit
43 {
44 return $this->creation;
45 }

◆ lastModification()

ILIAS\LegalDocuments\Value\Meta::lastModification ( )

Definition at line 37 of file Meta.php.

37 : Edit
38 {
39 return $this->lastModification;
40 }

◆ sorting()

ILIAS\LegalDocuments\Value\Meta::sorting ( )

Definition at line 32 of file Meta.php.

32 : int
33 {
34 return $this->sorting;
35 }

The documentation for this class was generated from the following file: