ILIAS  release_7 Revision v7.30-3-g800a261c036
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
10interface ScaleBar extends Component
11{
17 public function withItems(array $items);
22 public function getItems();
23}
An exception for terminatinating execution or to throw for unit testing.
Interface Scale Bars.
Definition: ScaleBar.php:11
getItems()
Gets the key value pair as array.
withItems(array $items)
Sets a key value pair as items for the list.
A component is the most general form of an entity in the UI.
Definition: Component.php:14