ILIAS
release_8 Revision v8.24
◀ ilDoc Overview
Factory.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
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
121
public
function
bar
(): \
ILIAS
\
UI
\
Component
\Chart\Bar\
Factory
;
122
}
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
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ILIAS\UI\Component
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ILIAS
Class ChatMainBarProvider \MainMenu\Provider.
UI
Class Factory.
src
UI
Component
Chart
Factory.php
Generated on Mon Nov 3 2025 22:02:07 for ILIAS by
1.9.4 (using
Doxyfile
)