ILIAS  release_7 Revision v7.30-3-g800a261c036
Bylined.php
Go to the documentation of this file.
1<?php
2declare(strict_types=1);
3
4/* Copyright (c) 1998-2019 ILIAS open source, Extended GPL, see docs/LICENSE */
5
7
12interface Bylined extends Simple
13{
19 public function getByline() : string;
20}
An exception for terminatinating execution or to throw for unit testing.
This describes a tree node with an byline providing additional information about this node.
Definition: Bylined.php:13
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:12