ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
ScaleBar.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (c) 2016 Timon Amstutz <timon.amstutz@ilub.unibe.ch> Extended GPL, see docs/LICENSE */
4 
6 
10 interface ScaleBar extends Component
11 {
17  public function withItems(array $items);
22  public function getItems();
23 }
Create styles array
The data for the language used.
withItems(array $items)
Sets a key value pair as items for the list.
Interface Scale Bars.
Definition: ScaleBar.php:10
getItems()
Gets the key value pair as array.