ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
Factory.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Component\Prompt
;
22
23
use
ILIAS\UI\Component
;
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
}
ILIAS\UI\Component\Prompt\Factory\state
state()
description: purpose: > Prompt States serve as a formalized wrapper around output of asynchrounous r...
ILIAS\UI\Component
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ILIAS\UI\Component\Prompt\Prompt
Definition:
Prompt.php:28
ILIAS\Data\URI
The scope of this class is split ilias-conform URI's into components.
Definition:
URI.php:34
ILIAS\UI\Component\Prompt
Definition:
Factory.php:21
ILIAS\UI\Component\Prompt\Factory
Definition:
Factory.php:26
ILIAS\Data\URI
ILIAS\UI\Component\Prompt\Factory\standard
standard(URI $async_url)
description: purpose: > A Prompt interrupts a user to focus on a certain task or/and prompts for inf...
ILIAS\UI\Component\Prompt\State\Factory
Definition:
Factory.php:26
components
ILIAS
UI
src
Component
Prompt
Factory.php
Generated on Wed Sep 10 2025 15:14:43 for ILIAS by
1.8.13 (using
Doxyfile
)