ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
DependantGroupProviding.php
Go to the documentation of this file.
1
<?
php
2
3
/* Copyright (c) 2018 Nils Haagen <nils.haagen@concepts-and-training.de> Extended GPL, see docs/LICENSE */
4
5
namespace
ILIAS\UI\Component\Input\Field
;
6
10
interface
DependantGroupProviding
extends
Input
11
{
12
21
public
function
withDependantGroup
(
DependantGroup
$dependant_group) :
Input
;
22
23
29
public
function
getDependantGroup
();
30
}
ILIAS\UI\Component\Input\Field\Input
This describes commonalities between all inputs.
Definition:
Input.php:30
ILIAS\UI\Component\Input\Field\DependantGroupProviding\withDependantGroup
withDependantGroup(DependantGroup $dependant_group)
Creates an input like this but with a dependant group attached which appears if the control is clicke...
ILIAS\UI\Component\Input\Field\DependantGroupProviding\getDependantGroup
getDependantGroup()
Returns the attached DependantGroup or null if none is attached.
ILIAS\UI\Component\Input\Field\DependantGroup
This describes dependant group inputs.
Definition:
DependantGroup.php:11
ILIAS\UI\Component\Input\Field
Definition:
Checkbox.php:6
ILIAS\UI\Component\Input\Field\DependantGroupProviding
These are the commonalities for inputs tirggering a dependant group.
Definition:
DependantGroupProviding.php:10
php
src
UI
Component
Input
Field
DependantGroupProviding.php
Generated on Thu Jan 30 2025 19:02:11 for ILIAS by
1.8.13 (using
Doxyfile
)