ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\UI\examples\Menu\Sub Namespace Reference

Functions

 sub ()
 

Function Documentation

◆ sub()

ILIAS\UI\examples\Menu\Sub\sub ( )

description: > Example for rendering a submenu.

expected output: >

The sub-menu is actually not meant to be rendered standalone.

Definition at line 32 of file sub.php.

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

References $comment.

Referenced by ILIAS\Notifications\ilNotificationPushHandler\__construct().

+ Here is the caller graph for this function: