ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ 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
s
t
w
+
Functions
_
a
b
c
f
g
h
i
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) 2019 Jesús López <lopez@leifos.com> Extended GPL, see docs/LICENSE */
4
5
namespace
ILIAS\UI\Implementation\Component\Panel\Secondary
;
6
7
use
ILIAS\UI\Component
as
C
;
8
12
class
Legacy
extends
Secondary
implements C\Panel\Secondary\Legacy
13
{
14
18
protected
$title
;
19
23
protected
$legacy
;
24
25
public
function
__construct
(
string
$title
,
C
\
Legacy
\
Legacy
$legacy
)
26
{
27
$this->
checkStringArg
(
"title"
, $title);
28
29
$this->title =
$title
;
30
$this->
legacy
=
$legacy
;
31
}
32
36
public
function
getLegacyComponent
() :
C
\
Legacy
\
Legacy
37
{
38
return
$this->legacy
;
39
}
40
}
ILIAS\UI\Implementation\Component\Panel\Secondary
Definition:
Factory.php:5
ILIAS\UI\Component
ILIAS\UI\Implementation\Component\checkStringArg
checkStringArg($which, $value)
Throw an InvalidArgumentException if $value is no string.
Definition:
ComponentHelper.php:92
ILIAS\UI\Implementation\Component\Panel\Secondary\Legacy
Definition:
Legacy.php:12
ILIAS\UI\Implementation\Component\Panel\Secondary\Legacy\__construct
__construct(string $title, C\Legacy\Legacy $legacy)
Definition:
Legacy.php:25
ILIAS\UI\Implementation\Component\Panel\Secondary\Legacy\$legacy
$legacy
Definition:
Legacy.php:23
ILIAS\UI\Implementation\Component\Panel\Secondary\Legacy\$title
$title
Definition:
Legacy.php:18
legacy
legacy()
Definition:
legacy.php:3
ILIAS\UI\Implementation\Component\Panel\Secondary\Secondary
Definition:
Secondary.php:15
ILIAS\UI\Implementation\Component\Panel\Secondary\Legacy\getLegacyComponent
getLegacyComponent()
Definition:
Legacy.php:36
src
UI
Implementation
Component
Panel
Secondary
Legacy.php
Generated on Sat Apr 12 2025 20:01:36 for ILIAS by
1.8.13 (using
Doxyfile
)