ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
modeinfo.php File Reference

Go to the source code of this file.

Functions

 modeinfo ()
 

Function Documentation

◆ modeinfo()

modeinfo ( )

Definition at line 5 of file modeinfo.php.

References $DIC, and Vendor\Package\$f.

6 {
7  //
8  // This example show how the UI-Elements itself looks like. For a full
9  // example use the example of the UI-Component Layout\Page\Standard.
10  //
11 
12  global $DIC;
13  $f = $DIC->ui()->factory();
14  $renderer = $DIC->ui()->renderer();
15 
16  return $renderer->render($f->mainControls()->modeInfo('a small step for a man', new URI('http://a_giant_leap_for_mankind_meaning')));
17 }
The scope of this class is split ilias-conform URI's into components.
Definition: URI.php:17
$DIC
Definition: xapitoken.php:46