ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ 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
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\UI\Component\Item\Factory
This is how a factory for Items looks like.
Definition:
Factory.php:8
ILIAS\UI\Component\Item\Factory\group
group($title, $items)
ILIAS\UI\Component\Item\Factory\standard
standard($title)
$title
$title
Definition:
memcachestat.tpl.php:28
ILIAS\UI\Component\Item
Definition:
Factory.php:2
src
UI
Component
Item
Factory.php
Generated on Thu Oct 2 2025 19:02:04 for ILIAS by
1.9.4 (using
Doxyfile
)