ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
Factory.php
Go to the documentation of this file.
1
<?php
2
18
namespace
ILIAS\UI\Component\Progress
;
19
20
use
ILIAS\Data\URI
;
21
25
interface
Factory
26
{
72
public
function
bar
(
string
$label, ?
URI
$async_url = null):
Bar
;
73
96
public
function
state
():
State\Factory
;
97
}
ILIAS\UI\Component\Progress\Bar
Definition:
Bar.php:28
ILIAS\UI\Component\Progress\Factory\bar
bar(string $label, ?URI $async_url=null)
description: purpose: > The Progress Bar is designed to represent the state of a single or bundled t...
ILIAS\UI\Component\Progress\Factory
Definition:
Factory.php:25
ILIAS\Data\URI
The scope of this class is split ilias-conform URI's into components.
Definition:
URI.php:34
ILIAS\Data\URI
ILIAS\UI\Component\Progress\State\Factory
Definition:
Factory.php:23
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:18
ILIAS\UI\Component\Progress\Factory\state
state()
description: purpose: > A State represents a particular version of a component at a specific time...
components
ILIAS
UI
src
Component
Progress
Factory.php
Generated on Wed Sep 10 2025 15:14:43 for ILIAS by
1.8.13 (using
Doxyfile
)