ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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
Definition:
sub.php:21
ILIAS\UI\examples\Menu\Sub\sub
sub()
Definition:
sub.php:32
components
ILIAS
UI
src
examples
Menu
Sub
sub.php
Generated on Sat Oct 18 2025 23:04:41 for ILIAS by
1.9.4 (using
Doxyfile
)