ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
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 */
3
namespace
ILIAS\UI\Component\Chart
;
4
5
use
ILIAS\UI\Component\Component
;
6
10
interface
ScaleBar
extends
Component
11
{
17
public
function
withItems
(array $items);
22
public
function
getItems
();
23
}
ILIAS\UI\Component
Component
ILIAS\UI\Component\Chart
Definition:
Factory.php:2
ILIAS\UI\Component\Chart\ScaleBar\withItems
withItems(array $items)
Sets a key value pair as items for the list.
ILIAS\UI\Component\Chart\ScaleBar
Interface Scale Bars.
Definition:
ScaleBar.php:10
ILIAS\UI\Component\Chart\ScaleBar\getItems
getItems()
Gets the key value pair as array.
src
UI
Component
Chart
ScaleBar.php
Generated on Tue Sep 2 2025 20:01:29 for ILIAS by
1.8.13 (using
Doxyfile
)