ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
Bylined.php
Go to the documentation of this file.
1
<?
php
2
declare(strict_types=1);
3
4
/* Copyright (c) 1998-2019 ILIAS open source, Extended GPL, see docs/LICENSE */
5
6
namespace
ILIAS\UI\Component\Tree\Node
;
7
12
interface
Bylined
extends
Simple
13
{
19
public
function
getByline
() : string;
20
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\UI\Component\Tree\Node\Bylined
This describes a tree node with an byline providing additional information about this node.
Definition:
Bylined.php:13
ILIAS\UI\Component\Tree\Node\Bylined\getByline
getByline()
The byline string that will be displayed as additional information to the current node.
ILIAS\UI\Component\Tree\Node\Simple
This describes a very basic Tree Node.
Definition:
Simple.php:12
ILIAS\UI\Component\Tree\Node
Definition:
AsyncNode.php:6
src
UI
Component
Tree
Node
Bylined.php
Generated on Sat Oct 4 2025 20:01:12 for ILIAS by
1.9.4 (using
Doxyfile
)