ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
Factory.php
Go to the documentation of this file.
1
<?php
2
namespace
ILIAS\UI\Component\Item
;
3
7
interface
Factory
8
{
28
public
function
standard
(
$title
);
29
43
public
function
group
(
$title
, $items);
44
}
ILIAS\UI\Component\Item\Factory\group
group($title, $items)
description: purpose: > An Item Group groups items of a certain type.
$title
$title
Definition:
33chartcreate-area.php:105
ILIAS\UI\Component\Item
Definition:
Factory.php:2
ILIAS\UI\Component\Item\Factory
This is how a factory for Items looks like.
Definition:
Factory.php:7
ILIAS\UI\Component\Item\Factory\standard
standard($title)
description: purpose: > This is a standard item to be used in lists or similar contexts.
src
UI
Component
Item
Factory.php
Generated on Sat Jan 18 2025 19:01:42 for ILIAS by
1.8.13 (using
Doxyfile
)