ILIAS  release_8 Revision v8.24
Factory.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
22
26interface 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}
This is how a factory for charts looks like.
Definition: Factory.php:27
Interface Scale Bars.
Definition: ScaleBar.php:29
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Class ChatMainBarProvider \MainMenu\Provider.
Class Factory.