ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ 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 Fri Oct 3 2025 21:01:12 for ILIAS by
1.9.4 (using
Doxyfile
)