ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
sub.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
32function 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