ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
Listing.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\Component\Panel\Secondary
;
6
11
interface
Listing
extends
Secondary
12
{
13
19
public
function
getItemGroups
() : array;
20
}
ILIAS\UI\Component\Panel\Secondary
Definition:
Factory.php:5
ILIAS\UI\Component\Panel\Secondary\Listing\getItemGroups
getItemGroups()
Get item list.
ILIAS\UI\Component\Panel\Secondary\Listing
Definition:
Listing.php:11
ILIAS\UI\Component\Panel\Secondary\Secondary
This describes a Secondary Panel.
Definition:
Secondary.php:13
src
UI
Component
Panel
Secondary
Listing.php
Generated on Wed Sep 3 2025 20:01:29 for ILIAS by
1.8.13 (using
Doxyfile
)