ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
hasSymbol.php
Go to the documentation of this file.
2
4
10interface hasSymbol extends isItem
11{
12
18 public function withSymbol(Symbol $symbol) : hasSymbol;
19
20
24 public function getSymbol() : Symbol;
25
26
30 public function hasSymbol() : bool;
31}
An exception for terminatinating execution or to throw for unit testing.
This describes a symbol.
Definition: Symbol.php:12