ILIAS  release_8 Revision v8.25-1-g13de6a5eca6
hasSymbol.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
25use Closure;
26
31interface hasSymbol extends isItem
32{
37 public function withSymbol(Symbol $symbol): hasSymbol;
38
42 public function getSymbol(): Symbol;
43
47 public function hasSymbol(): bool;
48
53 public function addSymbolDecorator(Closure $symbol_decorator): isGlobalScreenItem;
54
58 public function getSymbolDecorator(): ?Closure;
59}
This describes a symbol.
Definition: Symbol.php:30
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...