ILIAS  release_8 Revision v8.23
canHaveSymbol.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
21 
23 
28 interface canHaveSymbol
29 {
34  public function withSymbol(Symbol $symbol): self;
35 
39  public function hasSymbol(): bool;
40 
44  public function getSymbol(): Symbol;
45 }
This describes a symbol.
Definition: Symbol.php:29
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...