ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
p
r
s
t
w
+
Functions
_
a
b
c
f
g
h
i
r
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
ten_items.php
Go to the documentation of this file.
1
<?php
2
3
/* Copyright (c) 2017 Alex Killing <killing@leifos.de> Extended GPL, see docs/LICENSE */
4
5
function
ten_items
()
6
{
7
//Init Factory and Renderer
8
global
$DIC
;
9
$f
= $DIC->ui()->factory();
10
$renderer = $DIC->ui()->renderer();
11
12
$c
=
$f
->chart()->scaleBar(
13
array(
14
"0"
=>
false
,
15
"1"
=>
false
,
16
"2"
=>
false
,
17
"3"
=>
false
,
18
"4"
=>
false
,
19
"5"
=>
false
,
20
"6"
=>
true
,
21
"7"
=>
false
,
22
"8"
=>
false
,
23
"9"
=>
false
24
)
25
);
26
27
//Render
28
return
$renderer->render(
$c
);
29
}
$c
$c
Definition:
cli.php:37
Vendor\Package\$f
$f
Definition:
example_cleaned.php:31
$DIC
global $DIC
Definition:
goto.php:24
ten_items
ten_items()
Definition:
ten_items.php:5
src
UI
examples
Chart
ScaleBar
ten_items.php
Generated on Sat Apr 12 2025 21:01:44 for ILIAS by
1.8.13 (using
Doxyfile
)