ILIAS
release_8 Revision v8.23
◀ 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
7
function
sub
()
8
{
9
$comment
=
10
'<p> The sub-menu is actually not meant to be rendered standalone. '
11
.
'However, it will generate a ul-tree with buttons for nodes. See Drilldown for a Example using Sub Menus<p/>'
;
12
13
return
$comment
;
14
}
$comment
$comment
Definition:
buildRTE.php:72
ILIAS\UI\examples\Menu\Sub\sub
sub()
Definition:
sub.php:7
ILIAS\UI\examples\Menu\Sub
Definition:
sub.php:5
src
UI
examples
Menu
Sub
sub.php
Generated on Wed Sep 3 2025 22:02:59 for ILIAS by
1.8.13 (using
Doxyfile
)