ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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
}
C\Legacy\Content
C\Panel\Secondary\Legacy
ILIAS\UI\Implementation\Component\Panel\Secondary\Legacy
Definition:
Legacy.php:29
ILIAS\UI\Implementation\Component\Panel\Secondary\Legacy\__construct
__construct(string $title, C\Legacy\Content $legacy)
Definition:
Legacy.php:32
ILIAS\UI\Implementation\Component\Panel\Secondary\Legacy\$legacy
C Legacy Content $legacy
Definition:
Legacy.php:30
ILIAS\UI\Implementation\Component\Panel\Secondary\Legacy\getLegacyComponent
getLegacyComponent()
Definition:
Legacy.php:41
ILIAS\UI\Implementation\Component\Panel\Secondary\Secondary
Definition:
Secondary.php:32
ILIAS\UI\Implementation\Component\Panel\Secondary\Secondary\$title
string $title
Definition:
Secondary.php:36
ILIAS\UI\Component\Legacy\Content
Definition:
Content.php:33
ILIAS\UI\Component
ILIAS\UI\Implementation\Component\Panel\Secondary
Definition:
Factory.php:21
ILIAS\UI\examples\MainControls\Slate\Legacy\legacy
legacy()
Definition:
legacy.php:29
components
ILIAS
UI
src
Implementation
Component
Panel
Secondary
Legacy.php
Generated on Sun Oct 19 2025 23:03:20 for ILIAS by
1.9.4 (using
Doxyfile
)