ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
bylined.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
5
namespace
ILIAS\UI\examples\Tree\Node\Bylined
;
6
7
function
bylined
()
8
{
9
global
$DIC
;
10
$f
= $DIC->ui()->factory();
11
$renderer = $DIC->ui()->renderer();
12
13
$icon =
$f
->symbol()->icon()->standard(
"crs"
,
'Example'
);
14
15
$node =
$f
->tree()->node()->bylined(
'label'
,
'byline'
);
16
$node2 =
$f
->tree()->node()->bylined(
'label'
,
'byline'
, $icon);
17
18
return
$renderer->render([$node, $node2]);
19
}
ILIAS\UI\examples\Tree\Node\Bylined
Definition:
bylined.php:5
$DIC
global $DIC
Definition:
feed.php:28
Vendor\Package\$f
$f
Definition:
example_cleaned.php:49
ILIAS\UI\examples\Tree\Node\Bylined\bylined
bylined()
Definition:
bylined.php:7
src
UI
examples
Tree
Node
Bylined
bylined.php
Generated on Sun Aug 31 2025 22:02:50 for ILIAS by
1.8.13 (using
Doxyfile
)