ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
Factory.php
Go to the documentation of this file.
1
<?
php
2
3
/* Copyright (c) 2017 Alexander Killing <killing@leifos.de> Extended GPL, see docs/LICENSE */
4
5
namespace
ILIAS\UI\Component\Dropdown
;
6
7
interface
Factory
8
{
27
public
function
standard
($items);
28
}
ILIAS\UI\Component\Dropdown\Factory\standard
standard($items)
description: purpose: > The Standard Dropdown is the default Dropdown to be used in ILIAS...
ILIAS\UI\Component\Dropdown\Factory
Definition:
Factory.php:7
php
ILIAS\UI\Component\Dropdown
Definition:
Dropdown.php:5
src
UI
Component
Dropdown
Factory.php
Generated on Thu Jan 16 2025 19:02:36 for ILIAS by
1.8.13 (using
Doxyfile
)