ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ ilDoc Overview
Listing.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
29
class
Listing
extends
Secondary
implements C\Panel\Secondary\Listing
30
{
34
protected
array
$item_groups
= array();
35
40
public
function
__construct
(
string
$title
, array $item_groups)
41
{
42
$this->title =
$title
;
43
$this->item_groups =
$item_groups
;
44
}
45
49
public
function
getItemGroups
(): array
50
{
51
return
$this->item_groups
;
52
}
53
}
ILIAS\UI\Implementation\Component\Panel\Secondary\Listing\$item_groups
array $item_groups
Definition:
Listing.php:34
ILIAS\UI\Implementation\Component\Panel\Secondary\Secondary\$title
string $title
Definition:
Secondary.php:36
ILIAS\UI\Implementation\Component\Panel\Secondary
Definition:
Factory.php:21
ILIAS\UI\Implementation\Component\Panel\Secondary\Listing
Definition:
Listing.php:29
ILIAS\UI\Component
ILIAS\UI\Implementation\Component\Panel\Secondary\Listing\getItemGroups
getItemGroups()
Definition:
Listing.php:49
ILIAS\UI\Implementation\Component\Panel\Secondary\Listing\__construct
__construct(string $title, array $item_groups)
Panel Secondary Listing constructor.
Definition:
Listing.php:40
ILIAS\UI\Implementation\Component\Panel\Secondary\Secondary
Definition:
Secondary.php:31
components
ILIAS
UI
src
Implementation
Component
Panel
Secondary
Listing.php
Generated on Mon Sep 1 2025 23:04:18 for ILIAS by
1.8.13 (using
Doxyfile
)