ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
hasSymbol.php
Go to the documentation of this file.
2
3use Closure;
5
11interface hasSymbol extends isItem
12{
13
18 public function withSymbol(Symbol $symbol) : hasSymbol;
19
23 public function getSymbol() : Symbol;
24
28 public function hasSymbol() : bool;
29
34 public function addSymbolDecorator(Closure $symbol_decorator) : hasSymbol;
35
39 public function getSymbolDecorator() : ?Closure;
40}
An exception for terminatinating execution or to throw for unit testing.
Interface hasSymbol Methods for Entries with Symbols.
Definition: hasSymbol.php:12
This describes a symbol.
Definition: Symbol.php:12