ILIAS  trunk Revision v11.0_alpha-1749-g1a06bdef097
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
Factory.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
24 use ILIAS\Data\URI;
25 
26 interface Factory
27 {
50  public function show(
52  ): State;
53 
72  public function close(): State;
73 
94  public function redirect(URI $redirect): State;
95 
96 }
show(\ILIAS\UI\Component\Prompt\IsPromptContent $content)
description: purpose: > Build a Prompt State to show the Contents given here.
Interface Observer Contains several chained tasks and infos about them.
redirect(URI $redirect)
description: purpose: > Factors a Prompt State without contents, but with a &#39;redirect&#39;-command for t...
close()
description: purpose: > Factors a Prompt State without contents, but with a &#39;close&#39;-command for the ...
Flags some Component to be a valid content of a Prompt.