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.
44 return $this->creation;
◆ lastModification()
ILIAS\LegalDocuments\Value\Meta::lastModification |
( |
| ) |
|
Definition at line 37 of file Meta.php.
39 return $this->lastModification;
◆ sorting()
ILIAS\LegalDocuments\Value\Meta::sorting |
( |
| ) |
|
Definition at line 32 of file Meta.php.
34 return $this->sorting;
The documentation for this class was generated from the following file:
- components/ILIAS/LegalDocuments/classes/Value/Meta.php