ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
Bulky.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
5 /* Copyright (c) 2019 Nils Haagen <nils.haagen@concepts-and-training.de> Extended GPL, see docs/LICENSE */
6 
8 
11 
15 interface Bulky extends Link, JavaScriptBindable
16 {
20  public function getLabel() : string;
21 
25  public function getSymbol() : Symbol\Symbol;
26 }
This describes a symbol.
Definition: Symbol.php:11
trait JavaScriptBindable
Trait for components implementing JavaScriptBindable providing standard implementation.