ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
Factory.php
Go to the documentation of this file.
1
<?php
2
19
namespace
ILIAS\UI\Component\Progress
;
20
21
use
ILIAS\Data\URI
;
22
26
interface
Factory
27
{
73
public
function
bar
(
string
$label, ?
URI
$async_url =
null
):
Bar
;
74
97
public
function
state
(): State\
Factory
;
98
}
ILIAS\Data\URI
The scope of this class is split ilias-conform URI's into components.
Definition:
URI.php:35
ILIAS\UI\Component\Progress\Bar
Definition:
Bar.php:30
ILIAS\UI\Component\Progress\Factory
Definition:
Factory.php:27
ILIAS\UI\Component\Progress\Factory\state
state()
ILIAS\UI\Component\Progress\Factory\bar
bar(string $label, ?URI $async_url=null)
ILIAS\UI\Component\Progress
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
AsyncRefreshInterval.php:19
components
ILIAS
UI
src
Component
Progress
Factory.php
Generated on Sat Oct 18 2025 23:02:21 for ILIAS by
1.9.4 (using
Doxyfile
)