|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\LegalDocuments\Value\Criterion:Public Member Functions | |
| __construct (private readonly int $id, private readonly CriterionContent $content, private readonly Edit $lastModification, private readonly Edit $creation) | |
| id () | |
| content () | |
| lastModification () | |
| creation () | |
Definition at line 23 of file Criterion.php.
| ILIAS\LegalDocuments\Value\Criterion::__construct | ( | private readonly int | $id, |
| private readonly CriterionContent | $content, | ||
| private readonly Edit | $lastModification, | ||
| private readonly Edit | $creation | ||
| ) |
Definition at line 25 of file Criterion.php.
| ILIAS\LegalDocuments\Value\Criterion::content | ( | ) |
Definition at line 38 of file Criterion.php.
Referenced by ILIAS\LegalDocuments\Table\DocumentTable\criterionName(), and ilLegalDocumentsAdministrationGUI\editCriterion().
Here is the caller graph for this function:| ILIAS\LegalDocuments\Value\Criterion::creation | ( | ) |
Definition at line 48 of file Criterion.php.
| ILIAS\LegalDocuments\Value\Criterion::id | ( | ) |
Definition at line 33 of file Criterion.php.
References $id.
Referenced by ilLegalDocumentsAdministrationGUI\deleteCriterion(), ilLegalDocumentsAdministrationGUI\editCriterion(), and ILIAS\LegalDocuments\Administration\targetWithDocAndCriterion().
Here is the caller graph for this function:| ILIAS\LegalDocuments\Value\Criterion::lastModification | ( | ) |
Definition at line 43 of file Criterion.php.