ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ 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
ILIAS\GlobalScreen\isGlobalScreenItem
;
25
use
Closure
;
26
31
interface
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
}
ILIAS\GlobalScreen\isGlobalScreenItem
Interface isGlobalScreenItem.
Definition:
isGlobalScreenItem.php:30
ILIAS\UI\Component\Symbol\Symbol
This describes a symbol.
Definition:
Symbol.php:11
Closure
isGlobalScreenItem
Symbol
ILIAS\GlobalScreen\Scope\MetaBar\Factory
Definition:
AbstractBaseItem.php:20
ILIAS\GlobalScreen\Scope\MetaBar\Factory\hasSymbol\hasSymbol
hasSymbol()
ILIAS\GlobalScreen\Scope\MetaBar\Factory\isItem
Class isItem.
Definition:
isItem.php:30
ILIAS\GlobalScreen\Scope\MetaBar\Factory\hasSymbol
Interface hasSymbol.
Definition:
hasSymbol.php:31
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()
src
GlobalScreen
Scope
MetaBar
Factory
hasSymbol.php
Generated on Wed Sep 3 2025 21:01:44 for ILIAS by
1.8.13 (using
Doxyfile
)