ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
Select.php
Go to the documentation of this file.
1
<?
php
2
3
/* Copyright (c) 2018 Jesús López <lopez@leifos.com> Extended GPL, see docs/LICENSE */
4
5
namespace
ILIAS\UI\Component\Input\Field
;
6
10
interface
Select
extends
Input
11
{
12
16
public
function
getOptions
();
17
}
ILIAS\UI\Component\Input\Field\Input
This describes commonalities between all inputs.
Definition:
Input.php:30
ILIAS\UI\Component\Input\Field\Select
This describes select field.
Definition:
Select.php:10
ILIAS\UI\Component\Input\Field
Definition:
Checkbox.php:6
ILIAS\UI\Component\Input\Field\Select\getOptions
getOptions()
php
src
UI
Component
Input
Field
Select.php
Generated on Thu Jan 30 2025 19:02:11 for ILIAS by
1.8.13 (using
Doxyfile
)