ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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\State
;
22
23
use
ILIAS\UI\Component
;
24
use
ILIAS\Data\URI
;
25
26
interface
Factory
27
{
50
public
function
show
(
51
\
ILIAS
\
UI
\
Component
\
Prompt
\
IsPromptContent
$content
52
):
State
;
53
72
public
function
close
():
State
;
73
94
public
function
redirect
(
URI
$redirect):
State
;
95
96
}
ILIAS\Data\URI
The scope of this class is split ilias-conform URI's into components.
Definition:
URI.php:35
ILIAS\UI
Definition:
UI.php:24
ILIAS\UI\Component\Prompt\IsPromptContent
Flags some Component to be a valid content of a Prompt.
Definition:
IsPromptContent.php:30
ILIAS\UI\Component\Prompt\Prompt
Definition:
Prompt.php:29
ILIAS\UI\Component\Prompt\State\Factory
Definition:
Factory.php:27
ILIAS\UI\Component\Prompt\State\Factory\redirect
redirect(URI $redirect)
ILIAS\UI\Component\Prompt\State\Factory\close
close()
ILIAS\UI\Component\Prompt\State\Factory\show
show(\ILIAS\UI\Component\Prompt\IsPromptContent $content)
ILIAS\UI\Component\Prompt\State\State
Definition:
State.php:26
ILIAS\UI\Component\Prompt\State
Definition:
Factory.php:21
ILIAS\UI\Component
ILIAS
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.
Definition:
AccessControl.php:21
components
ILIAS
UI
src
Component
Prompt
State
Factory.php
Generated on Sat Oct 18 2025 23:02:21 for ILIAS by
1.9.4 (using
Doxyfile
)