ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
Factory.php
Go to the documentation of this file.
1
<?php
2
namespace
ILIAS\UI\Component\Chart
;
3
7
interface
Factory
8
{
32
public
function
scaleBar
(array $items);
33
34
59
public
function
progressMeter
();
60
}
ILIAS\UI\Component\Chart
Definition:
Factory.php:2
ILIAS\UI\Component\Chart\Factory\progressMeter
progressMeter()
description: purpose: > Progress Meters are used to display a progress or performance.
ILIAS\UI\Component\Chart\Factory
This is how a factory for glyphs looks like.
Definition:
Factory.php:7
ILIAS\UI\Component\Chart\Factory\scaleBar
scaleBar(array $items)
description: purpose: > Scale Bars are used to display a set of items some of which especially highl...
src
UI
Component
Chart
Factory.php
Generated on Tue Sep 2 2025 20:01:27 for ILIAS by
1.8.13 (using
Doxyfile
)