ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ ilDoc Overview
Legacy.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Implementation\Component\Panel\Secondary
;
22
23
use
ILIAS\UI\Component
as
C
;
24
28
class
Legacy
extends
Secondary
implements C\Panel\Secondary\Legacy
29
{
30
protected
C\Legacy\Content
$legacy
;
31
32
public
function
__construct
(
string
$title
,
C
\
Legacy
\
Content
$legacy)
33
{
34
$this->title =
$title
;
35
$this->
legacy
=
$legacy
;
36
}
37
41
public
function
getLegacyComponent
():
C
\
Legacy
\
Content
42
{
43
return
$this->legacy
;
44
}
45
}
ILIAS\UI\Implementation\Component\Panel\Secondary\Secondary\$title
string $title
Definition:
Secondary.php:36
ILIAS\UI\Component\Legacy\Content
Definition:
Content.php:32
ILIAS\UI\Implementation\Component\Panel\Secondary
Definition:
Factory.php:21
ILIAS\UI\Component
ILIAS\UI\Implementation\Component\Panel\Secondary\Legacy
Definition:
Legacy.php:28
ILIAS\UI\Implementation\Component\Panel\Secondary\Legacy\__construct
__construct(string $title, C\Legacy\Content $legacy)
Definition:
Legacy.php:32
ILIAS\UI\examples\MainControls\Slate\Legacy\legacy
legacy()
expected output: > ILIAS shows the rendered Component.
Definition:
legacy.php:29
ILIAS\UI\Implementation\Component\Panel\Secondary\Legacy\$legacy
C Legacy Content $legacy
Definition:
Legacy.php:30
ILIAS\UI\Implementation\Component\Panel\Secondary\Secondary
Definition:
Secondary.php:31
ILIAS\UI\Implementation\Component\Panel\Secondary\Legacy\getLegacyComponent
getLegacyComponent()
Definition:
Legacy.php:41
components
ILIAS
UI
src
Implementation
Component
Panel
Secondary
Legacy.php
Generated on Mon Sep 1 2025 23:03:33 for ILIAS by
1.8.13 (using
Doxyfile
)