ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
Symbol.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 2019 Nils Haagen <nils.haagen@concepts-and-training.de> Extended GPL, see docs/LICENSE */
3
4
namespace
ILIAS\UI\Component\Symbol
;
5
6
use
ILIAS\UI\Component\JavaScriptBindable
;
7
11
interface
Symbol
extends
\ILIAS\UI\Component\Component
,
JavaScriptBindable
12
{
13
}
JavaScriptBindable
ILIAS\UI\Component\Symbol\Symbol
This describes a symbol.
Definition:
Symbol.php:11
ILIAS\UI\Component\Symbol
ILIAS\UI\Implementation\Component\JavaScriptBindable
trait JavaScriptBindable
Trait for components implementing JavaScriptBindable providing standard implementation.
Definition:
JavaScriptBindable.php:12
ILIAS\UI\Component\Component
A component is the most general form of an entity in the UI.
Definition:
Component.php:13
src
UI
Component
Symbol
Symbol.php
Generated on Sun Aug 31 2025 21:01:40 for ILIAS by
1.8.13 (using
Doxyfile
)