ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
Factory.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
26interface 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}
Definition: UI.php:24
This is how a factory for charts looks like.
Definition: Factory.php:27
Interface Scale Bars.
Definition: ScaleBar.php:29
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.