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\Chart
;
22
26
interface
Factory
27
{
51
public
function
scaleBar
(array $items):
ScaleBar
;
52
53
78
public
function
progressMeter
(): ProgressMeter\
Factory
;
79
80
124
public
function
bar
(): \
ILIAS
\
UI
\
Component
\
Chart
\Bar\
Factory
;
125
}
ILIAS\Chart
Definition:
Chart.php:24
ILIAS\UI
Definition:
UI.php:24
ILIAS\UI\Component\Chart\Factory
This is how a factory for charts looks like.
Definition:
Factory.php:27
ILIAS\UI\Component\Chart\Factory\progressMeter
progressMeter()
ILIAS\UI\Component\Chart\Factory\bar
bar()
ILIAS\UI\Component\Chart\Factory\scaleBar
scaleBar(array $items)
ILIAS\UI\Component\Chart\ScaleBar
Interface Scale Bars.
Definition:
ScaleBar.php:29
ILIAS\UI\Component\Chart
ILIAS\UI\Component
ILIAS
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.
Definition:
AccessControl.php:21
components
ILIAS
UI
src
Component
Chart
Factory.php
Generated on Sun Oct 19 2025 23:02:14 for ILIAS by
1.9.4 (using
Doxyfile
)