ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
Functions
base.php File Reference
Go to the source code of this file.
Functions
base
()
Function Documentation
◆
base()
base
(
)
Definition at line
3
of file
base.php
.
3
{
4
//Init Factory and Renderer
5
global
$DIC
;
6
$f =
$DIC
->ui()->factory();
7
$renderer =
$DIC
->ui()->renderer();
8
9
//Generate List
10
$descriptive = $f->listing()->descriptive([
11
"Title 1"
=>
"Description 1"
,
12
"Title 2"
=>
"Description 2"
,
13
"Title 3"
=>
"Description 3"
]
14
);
15
16
//Render
17
return
$renderer->render($descriptive);
18
}
$DIC
global $DIC
Definition:
imagemanager.php:32
References
$DIC
.
src
UI
examples
Listing
Descriptive
base.php
Generated on Fri Oct 3 2025 19:01:13 for ILIAS by
1.9.4 (using
Doxyfile
)