ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
FormInputInternal.php
Go to the documentation of this file.
1
<?
php
2
3
/* Copyright (c) 2017 Richard Klees <richard.klees@concepts-and-training.de> Extended GPL, see docs/LICENSE */
4
5
namespace
ILIAS\UI\Implementation\Component\Input\Field
;
6
7
use
ILIAS\UI\Component\Input\Field\FormInput
;
8
use
ILIAS\UI\Implementation\Component\Input\NameSource
;
9
13
interface
FormInputInternal
extends
InputInternal
,
FormInput
14
{
22
public
function
withNameFrom
(
NameSource
$source
);
23
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\UI\Component\Input\Field\FormInput
This describes inputs that can be used in forms.
Definition:
FormInput.php:16
ILIAS\UI\Implementation\Component\Input\Field\FormInputInternal
This type of input is required by forms.
Definition:
FormInputInternal.php:14
ILIAS\UI\Implementation\Component\Input\Field\FormInputInternal\withNameFrom
withNameFrom(NameSource $source)
Get an input like this one, with a different name.
ILIAS\UI\Implementation\Component\Input\Field\InputInternal
Describes the interface of inputs that is used for internal processing of data from the client.
Definition:
InputInternal.php:17
ILIAS\UI\Implementation\Component\Input\NameSource
Describes a source for input names.
Definition:
NameSource.php:11
$source
$source
Definition:
metadata.php:76
ILIAS\UI\Implementation\Component\Input\Field
Definition:
Checkbox.php:6
src
UI
Implementation
Component
Input
Field
FormInputInternal.php
Generated on Sat Oct 4 2025 21:01:15 for ILIAS by
1.9.4 (using
Doxyfile
)