ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ ilDoc Overview
Sub.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Component\Panel
;
22
23
use
ILIAS\UI\Component\Card\Card
;
24
use
ILIAS\UI\Component\Panel\Secondary\Secondary
;
25
29
interface
Sub
extends
Panel
30
{
35
public
function
withFurtherInformation
($component):
Sub
;
36
41
public
function
getFurtherInformation
();
42
}
ILIAS\UI\Component\Panel\Panel
This describes how a panel could be modified during construction of UI.
Definition:
Panel.php:30
ILIAS\UI\Component\Panel\Sub
This describes a Sub Panel.
Definition:
Sub.php:29
Secondary
ILIAS\UI\Component\Panel\Sub\withFurtherInformation
withFurtherInformation($component)
Sets the component to be displayed on the right of the Sub Panel.
ILIAS\UI\Component\Panel
Definition:
Factory.php:21
Card
ILIAS\UI\Component\Panel\Sub\getFurtherInformation
getFurtherInformation()
Gets the component to be displayed on the right of the Sub Panel.
components
ILIAS
UI
src
Component
Panel
Sub.php
Generated on Mon Sep 1 2025 23:04:18 for ILIAS by
1.8.13 (using
Doxyfile
)