ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
Factory.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
25
26interface Factory
27{
50 public function show(
52 ): State;
53
72 public function close(): State;
73
94 public function redirect(URI $redirect): State;
95
96}
The scope of this class is split ilias-conform URI's into components.
Definition: URI.php:35
Definition: UI.php:24
Flags some Component to be a valid content of a Prompt.
show(\ILIAS\UI\Component\Prompt\IsPromptContent $content)
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.