ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
base.php
Go to the documentation of this file.
1
<?
php
2
3
/* Copyright (c) 2016 Timon Amstutz <timon.amstutz@ilub.unibe.ch> Extended GPL, see docs/LICENSE */
4
5
function
base
() {
6
//Init Factory and Renderer
7
global
$DIC
;
8
$f =
$DIC
->ui()->factory();
9
$renderer =
$DIC
->ui()->renderer();
10
11
//Init Component
12
$legacy = $f->legacy(
"Legacy Content"
);
13
14
//Render
15
return
$renderer->render($legacy);
16
}
base
base()
Definition:
base.php:2
php
An exception for terminatinating execution or to throw for unit testing.
$DIC
global $DIC
Definition:
imagemanager.php:32
src
UI
examples
Legacy
base.php
Generated on Fri Oct 3 2025 19:01:06 for ILIAS by
1.9.4 (using
Doxyfile
)