ILIAS  trunk Revision v11.0_alpha-2645-g16283d3b3f8
ILIAS\UI\examples\Menu\Sub Namespace Reference

Functions

 sub ()
 

description: > Example for rendering a submenu. More...

 

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.

References $comment.

Referenced by ILIAS\Mail\Autoresponder\AutoresponderServiceImpl\handleAutoresponderMails().

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
+ Here is the caller graph for this function: