ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
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 
7 
12 interface Bylined extends Simple
13 {
19  public function getByline() : string;
20 }
getByline()
The byline string that will be displayed as additional information to the current node...
This describes a tree node with an byline providing additional information about this node...
Definition: Bylined.php:12
This describes a very basic Tree Node.
Definition: Simple.php:11