ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ ilDoc Overview
sub.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\examples\Menu\Sub
;
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
$comment
Definition:
buildRTE.php:72
ILIAS\UI\examples\Menu\Sub\sub
sub()
description: > Example for rendering a submenu.
Definition:
sub.php:32
ILIAS\UI\examples\Menu\Sub
Definition:
sub.php:21
components
ILIAS
UI
src
examples
Menu
Sub
sub.php
Generated on Mon Sep 1 2025 23:04:21 for ILIAS by
1.8.13 (using
Doxyfile
)