|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Collaboration diagram for ILIAS\LegalDocuments\SlotConstructor:Public Member Functions | |
| __construct (private readonly string $id, private readonly Container $container, private readonly UserAction $action) | |
| id () | |
| history (ProvideDocument $document) | |
| document (DocumentRepository $document_repository, SelectionMap $conditions, array $content_as_component) | |
| documentRepository () | |
| readOnlyDocuments (DocumentRepository $document_repository) | |
| withdrawalFinished (Closure $finished) | |
Definition at line 36 of file SlotConstructor.php.
| ILIAS\LegalDocuments\SlotConstructor::__construct | ( | private readonly string | $id, |
| private readonly Container | $container, | ||
| private readonly UserAction | $action | ||
| ) |
Definition at line 38 of file SlotConstructor.php.
| ILIAS\LegalDocuments\SlotConstructor::document | ( | DocumentRepository | $document_repository, |
| SelectionMap | $conditions, | ||
| array | $content_as_component | ||
| ) |
| SelectionMap<ConditionDefinition> | $conditions |
| array<string,Closure(DocumentContent) | Component $content_as_component |
Definition at line 66 of file SlotConstructor.php.
| ILIAS\LegalDocuments\SlotConstructor::documentRepository | ( | ) |
Definition at line 71 of file SlotConstructor.php.
| ILIAS\LegalDocuments\SlotConstructor::history | ( | ProvideDocument | $document | ) |
Definition at line 47 of file SlotConstructor.php.
References ILIAS\LegalDocuments\Provide\ProvideDocument\repository().
Here is the call graph for this function:| ILIAS\LegalDocuments\SlotConstructor::id | ( | ) |
Definition at line 42 of file SlotConstructor.php.
References $id.
| ILIAS\LegalDocuments\SlotConstructor::readOnlyDocuments | ( | DocumentRepository | $document_repository | ) |
Definition at line 80 of file SlotConstructor.php.
| ILIAS\LegalDocuments\SlotConstructor::withdrawalFinished | ( | Closure | $finished | ) |
| Closure() | void $finished |
Definition at line 89 of file SlotConstructor.php.