ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
Bylined.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
27interface Bylined extends Simple
28{
33 public function getByline(): string;
34}
This describes a tree node with an byline providing additional information about this node.
Definition: Bylined.php:28
getByline()
The byline string that will be displayed as additional information to the current node.
This describes a very basic Tree Node.
Definition: Simple.php:29