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
breadcrumbs.php
Go to the documentation of this file.
1
<?php
2
function
breadcrumbs
()
3
{
4
global
$DIC
;
5
$renderer = $DIC->ui()->renderer();
6
$f
= $DIC->ui()->factory();
7
8
$entry =
9
10
$crumbs = array(
11
$f
->link()->standard(
"entry1"
,
'#'
),
12
$f
->link()->standard(
"entry2"
,
'#'
),
13
$f
->link()->standard(
"entry3"
,
'#'
),
14
$f
->link()->standard(
"entry4"
,
'#'
)
15
);
16
17
$bar
=
$f
->breadcrumbs($crumbs);
18
19
$bar_extended = $bar->withAppendedItem(
20
$f
->link()->standard(
"entry5"
,
'#'
)
21
);
22
23
return
$renderer->render($bar)
24
. $renderer->render($bar_extended);
25
}
breadcrumbs
breadcrumbs()
Definition:
breadcrumbs.php:2
Vendor\Package\$bar
$bar
Definition:
example_cleaned.php:32
Vendor\Package\$f
$f
Definition:
example_cleaned.php:31
$DIC
global $DIC
Definition:
goto.php:24
src
UI
examples
Breadcrumbs
breadcrumbs.php
Generated on Tue Apr 8 2025 21:02:14 for ILIAS by
1.8.13 (using
Doxyfile
)