ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
sub.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
5
namespace
ILIAS\UI\examples\Menu\Sub
;
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
$comment
Definition:
buildRTE.php:72
ILIAS\UI\examples\Menu\Sub\sub
sub()
description: > Example for rendering a submenu.
Definition:
sub.php:16
ILIAS\UI\examples\Menu\Sub
Definition:
sub.php:5
components
ILIAS
UI
src
examples
Menu
Sub
sub.php
Generated on Wed Sep 10 2025 15:16:45 for ILIAS by
1.8.13 (using
Doxyfile
)