ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
Factory.php
Go to the documentation of this file.
1 <?php
3 
7 interface Factory
8 {
32  public function scaleBar(array $items);
33 
34 
59  public function progressMeter();
60 }
progressMeter()
description: purpose: > Progress Meters are used to display a progress or performance.
This is how a factory for glyphs looks like.
Definition: Factory.php:7
scaleBar(array $items)
description: purpose: > Scale Bars are used to display a set of items some of which especially highl...