ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
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 {
54  public function standard(URI $async_url): Prompt;
55 
79  public function state(): State\Factory;
80 }
state()
description: purpose: > Prompt States serve as a formalized wrapper around output of asynchrounous r...
standard(URI $async_url)
description: purpose: > A Prompt interrupts a user to focus on a certain task or/and prompts for inf...