ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
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 Sun Aug 31 2025 20:01:31 for ILIAS by
1.8.13 (using
Doxyfile
)