ILIAS  trunk Revision v11.0_alpha-1713-gd8962da2f67
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
sub.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
32 function sub()
33 {
34  $comment =
35  '<p> The sub-menu is actually not meant to be rendered standalone. '
36  . 'However, it will generate a ul-tree with buttons for nodes. See Drilldown for a Example using Sub Menus<p/>';
37 
38  return $comment;
39 }
$comment
Definition: buildRTE.php:72
sub()
description: > Example for rendering a submenu.
Definition: sub.php:32