ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
sub.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
6 
16 function sub()
17 {
18  $comment =
19  '<p> The sub-menu is actually not meant to be rendered standalone. '
20  . 'However, it will generate a ul-tree with buttons for nodes. See Drilldown for a Example using Sub Menus<p/>';
21 
22  return $comment;
23 }
$comment
Definition: buildRTE.php:72
sub()
description: > Example for rendering a submenu.
Definition: sub.php:16