ILIAS  release_7 Revision v7.30-3-g800a261c036
Bulky.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
5/* Copyright (c) 2019 Nils Haagen <nils.haagen@concepts-and-training.de> Extended GPL, see docs/LICENSE */
6
8
11
15interface Bulky extends Link, JavaScriptBindable
16{
20 public function getLabel() : string;
21
25 public function getSymbol() : Symbol\Symbol;
26}
An exception for terminatinating execution or to throw for unit testing.
Interface to be extended by components that have the possibility to bind to Javascript.
This describes a symbol.
Definition: Symbol.php:12
trait JavaScriptBindable
Trait for components implementing JavaScriptBindable providing standard implementation.