Definition at line 23 of file Meta.php.
◆ __construct()
ILIAS\LegalDocuments\Value\Meta::__construct |
( |
private readonly int |
$sorting, |
|
|
private readonly Edit |
$lastModification, |
|
|
private readonly Edit |
$creation |
|
) |
| |
◆ creation()
ILIAS\LegalDocuments\Value\Meta::creation |
( |
| ) |
|
Definition at line 42 of file Meta.php.
43 {
44 return $this->creation;
45 }
◆ lastModification()
ILIAS\LegalDocuments\Value\Meta::lastModification |
( |
| ) |
|
Definition at line 37 of file Meta.php.
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:
- components/ILIAS/LegalDocuments/classes/Value/Meta.php