ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
hasSymbol.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
23 use Closure;
26 
30 interface hasSymbol extends isItem
31 {
32  public function withSymbol(Symbol $symbol): hasSymbol;
33 
34  public function getSymbol(): Symbol;
35 
36  public function hasSymbol(): bool;
37 
39 
40  public function getSymbolDecorator(): ?Closure;
41 }
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...