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
base.php
Go to the documentation of this file.
1
<?php
2
3
function
base
()
4
{
5
$examples = array(
6
1 =>
'om'
,
7
2 =>
'gk'
,
8
3 =>
'bj'
,
9
4 =>
'ea'
,
10
5 =>
'mf'
,
11
6 =>
'ob'
,
12
7 =>
'bi'
,
13
8 =>
'hu'
,
14
9 =>
'fa'
,
15
10 =>
'so'
,
16
11 =>
'il'
,
17
12 =>
'ut'
,
18
13 =>
'ur'
,
19
14 =>
'lt'
,
20
15 =>
'kg'
,
21
16 =>
'jl'
,
22
17 =>
'qb'
,
23
18 =>
'rq'
,
24
19 =>
'ot'
,
25
20 =>
'cq'
,
26
21 =>
'rm'
,
27
22 =>
'aj'
,
28
23 =>
'li'
,
29
24 =>
'er'
,
30
25 =>
'ui'
,
31
26 =>
'mi'
,
32
);
33
34
global
$DIC
;
35
$f
= $DIC->ui()->factory();
36
$r = $DIC->ui()->renderer();
37
38
$avatars = [];
39
foreach
($examples as $abbreviation) {
40
$letter =
$f
->symbol()->avatar()->letter($abbreviation);
41
$avatars[] = $letter;
42
}
43
44
return
$r->render($avatars);
45
}
base
base()
Definition:
base.php:4
Vendor\Package\$f
$f
Definition:
example_cleaned.php:31
$DIC
global $DIC
Definition:
goto.php:24
src
UI
examples
Symbol
Avatar
Letter
base.php
Generated on Tue Apr 15 2025 21:01:38 for ILIAS by
1.8.13 (using
Doxyfile
)