ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
Checkbox.php
Go to the documentation of this file.
1
<?
php
2
3
/* Copyright (c) 2017 Timon Amstutz <timon.amstutz@ilub.unibe.ch> Extended GPL, see
4
docs/LICENSE */
5
6
namespace
ILIAS\UI\Component\Input\Field
;
7
8
use
ILIAS\UI\Component\Changeable
;
9
use
ILIAS\UI\Component\Onloadable
;
10
use
ILIAS\UI\Component\Input\Field\DependantGroupProviding
;
11
15
interface
Checkbox
extends
DependantGroupProviding
16
{
17
}
Onloadable
ILIAS\UI\Component\Input\Field\Checkbox
This describes checkbox inputs.
Definition:
Checkbox.php:15
ILIAS\UI\Component\Input\Field
Definition:
Checkbox.php:6
Changeable
ILIAS\UI\Component\Input\Field\DependantGroupProviding
These are the commonalities for inputs tirggering a dependant group.
Definition:
DependantGroupProviding.php:10
php
DependantGroupProviding
src
UI
Component
Input
Field
Checkbox.php
Generated on Thu Jan 30 2025 19:02:11 for ILIAS by
1.8.13 (using
Doxyfile
)