ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ 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
array
Create styles array
The data for the language used.
Definition:
40duplicateStyle.php:19
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 Sat Jan 18 2025 19:01:43 for ILIAS by
1.8.13 (using
Doxyfile
)