ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
hasSymbol.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\GlobalScreen\Scope\MetaBar\Factory
;
22
23
use
ILIAS\UI\Component\Symbol\Symbol
;
24
use
Closure
;
25
use
ILIAS\GlobalScreen\isGlobalScreenItem
;
26
use
ILIAS\GlobalScreen\Scope\isDecorateable
;
27
31
interface
hasSymbol
extends
isItem
32
{
33
public
function
withSymbol
(
Symbol
$symbol):
hasSymbol
;
34
35
public
function
getSymbol
():
Symbol
;
36
37
public
function
hasSymbol
(): bool;
38
39
public
function
addSymbolDecorator
(
Closure
$symbol_decorator
):
isDecorateable
;
40
41
public
function
getSymbolDecorator
(): ?
Closure
;
42
}
ILIAS\UI\Component\Symbol\Symbol
This describes a symbol.
Definition:
Symbol.php:29
Closure
isGlobalScreenItem
Symbol
ILIAS\GlobalScreen\Scope\MetaBar\Factory
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
AbstractBaseItem.php:21
ILIAS\GlobalScreen\Scope\MetaBar\Factory\hasSymbol\hasSymbol
hasSymbol()
ILIAS\GlobalScreen\Scope\MetaBar\Factory\isItem
Definition:
isItem.php:29
isDecorateable
ILIAS\GlobalScreen\Scope\MetaBar\Factory\hasSymbol
Definition:
hasSymbol.php:31
ILIAS\GlobalScreen\Scope\isDecorateable
Definition:
isDecorateable.php:30
ILIAS\GlobalScreen\Scope\$symbol_decorator
Closure $symbol_decorator
Definition:
ComponentDecoratorTrait.php:39
ILIAS\GlobalScreen\Scope\MetaBar\Factory\hasSymbol\getSymbol
getSymbol()
ILIAS\GlobalScreen\Scope\MetaBar\Factory\hasSymbol\addSymbolDecorator
addSymbolDecorator(Closure $symbol_decorator)
ILIAS\GlobalScreen\Scope\MetaBar\Factory\hasSymbol\withSymbol
withSymbol(Symbol $symbol)
ILIAS\GlobalScreen\Scope\MetaBar\Factory\hasSymbol\getSymbolDecorator
getSymbolDecorator()
components
ILIAS
GlobalScreen
src
Scope
MetaBar
Factory
hasSymbol.php
Generated on Wed Sep 10 2025 15:15:41 for ILIAS by
1.8.13 (using
Doxyfile
)