19 declare(strict_types=1);
    41     public function id(): string
    53                 $this->container->database(),
    67         return new ProvideDocument($this->
id(), $document_repository, $conditions, $content_as_component, $this->container);
    74             $this->container->database(),
    90         return function () use ($finished): array {
    91             if (($this->container->http()->request()->getQueryParams()[
'withdrawal_finished'] ?? null) === $this->
id()) {
 
readOnlyDocuments(DocumentRepository $document_repository)
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
Customizing of pimple-DIC for ILIAS. 
 
__construct(private readonly string $id, private readonly Container $container, private readonly UserAction $action)
 
withdrawalFinished(Closure $finished)
 
history(ProvideDocument $document)
 
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins 
 
document(DocumentRepository $document_repository, SelectionMap $conditions, array $content_as_component)