ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
p
r
s
t
w
+
Functions
_
a
b
c
f
g
h
i
r
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
Legacy.php
Go to the documentation of this file.
1
<?php
2
3
/* Copyright (c) 2018 Nils Haagen <nils.haagen@concepts-and-training.de> Extended GPL, see docs/LICENSE */
4
5
namespace
ILIAS\UI\Implementation\Component\MainControls\Slate
;
6
7
use
ILIAS\UI\Component\Clickable
;
8
use
ILIAS\UI\Component\MainControls\Slate
as
ISlate
;
9
use
ILIAS\UI\Component\Legacy\Legacy
as
ILegacy
;
10
use
ILIAS\UI\Component\Symbol\Symbol
;
11
use
ILIAS\UI\Implementation\Component\SignalGeneratorInterface
;
12
16
class
Legacy
extends
Slate
implements
ISlate\Legacy
17
{
21
protected
$contents
= [];
22
23
public
function
__construct
(
24
SignalGeneratorInterface
$signal_generator
,
25
string
$name
,
26
Symbol
$symbol
,
27
ILegacy
$content
28
) {
29
parent::__construct
($signal_generator, $name, $symbol);
30
$this->contents = [$content];
31
}
32
33
public
function
getContents
() : array
34
{
35
return
$this->contents
;
36
}
37
38
public
function
withMappedSubNodes
(callable
$f
)
39
{
40
return
$this;
41
}
42
}
ILIAS\UI\Component\MainControls\Slate\Legacy
This describes the Legacy-Slate.
Definition:
Legacy.php:10
ILIAS\UI\Implementation\Component\MainControls\Slate\Slate\$name
$name
Definition:
Slate.php:32
Clickable
ILIAS\UI\Component\Symbol\Symbol
This describes a symbol.
Definition:
Symbol.php:11
ILIAS\UI\Implementation\Component\MainControls\Slate\Slate\$symbol
$symbol
Definition:
Slate.php:37
ILIAS\UI\Implementation\Component\MainControls\Slate\Legacy\withMappedSubNodes
withMappedSubNodes(callable $f)
Definition:
Legacy.php:38
Symbol
ILIAS\UI\Implementation\Component\SignalGeneratorInterface
Definition:
SignalGeneratorInterface.php:9
Vendor\Package\$f
$f
Definition:
example_cleaned.php:31
ILIAS\UI\Implementation\Component\MainControls\Slate\Legacy\getContents
getContents()
Definition:
Legacy.php:33
ILIAS\UI\Implementation\Component\MainControls\Slate\Legacy
Legacy Slate.
Definition:
Legacy.php:16
ILIAS\UI\Implementation\Component\MainControls\Slate\Legacy\$contents
$contents
Definition:
Legacy.php:21
ILIAS\UI\Implementation\Component\MainControls\Slate\Slate\$signal_generator
$signal_generator
Definition:
Slate.php:79
ILIAS\UI\Implementation\Component\MainControls\Slate
Definition:
Combined.php:7
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:40
SignalGeneratorInterface
ILIAS\UI\Implementation\Component\MainControls\Slate\Slate
Slate.
Definition:
Slate.php:20
Legacy
ILIAS\UI\Implementation\Component\MainControls\Slate\Legacy\__construct
__construct(SignalGeneratorInterface $signal_generator, string $name, Symbol $symbol, ILegacy $content)
Definition:
Legacy.php:23
ILIAS\UI\Component\MainControls\Slate
Definition:
Combined.php:5
src
UI
Implementation
Component
MainControls
Slate
Legacy.php
Generated on Sat Apr 5 2025 21:01:46 for ILIAS by
1.8.13 (using
Doxyfile
)