ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Public Member Functions | |
__construct (Input\Field\Factory $input_factory, NameSource $name_source, array $inputs) | |
_extractRequestData (ServerRequestInterface $request) | |
extractRequestData (ServerRequestInterface $request) | |
setInputs (array $inputs) | |
![]() | |
__construct (C\Input\Field\Factory $field_factory, NameSource $name_source, array $inputs,) | |
hasRequiredInputs () | |
![]() | |
__construct (NameSource $name_source) | |
For the implementation of NameSource. More... | |
getInputs () | |
withRequest (ServerRequestInterface $request) | |
withInput (InputData $input_data) | |
withAdditionalTransformation (Transformation $trafo) | |
getError () | |
getData () | |
getDedicatedName () | |
withDedicatedName (string $dedicated_name) | |
getInputGroup () | |
Data Fields | |
InputData | $input_data = null |
Protected Attributes | |
Input Field Factory | $input_factory |
Group | $input_group |
array | $inputs |
![]() | |
C Input Group | $input_group |
Transformation | $transformation = null |
string | $error = null |
string | $dedicated_name = null |
CI Input NameSource | $name_source |
Result | $result = null |
Additional Inherited Members | |
![]() | |
extractRequestData (ServerRequestInterface $request) | |
![]() | |
setError (string $error) | |
setInputGroup (C\Input\Group $input_group) | |
This setter should be used in the constructor only, to initialize the group input property. More... | |
extractRequestData (ServerRequestInterface $request) | |
Returns the extracted data from the given server request. More... | |
Definition at line 47 of file FormTest.php.
ConcreteForm::__construct | ( | Input\Field\Factory | $input_factory, |
NameSource | $name_source, | ||
array | $inputs | ||
) |
Definition at line 54 of file FormTest.php.
References ILIAS\GlobalScreen\Provider\__construct().
ConcreteForm::_extractRequestData | ( | ServerRequestInterface | $request | ) |
Definition at line 60 of file FormTest.php.
ConcreteForm::extractRequestData | ( | ServerRequestInterface | $request | ) |
Definition at line 65 of file FormTest.php.
References null.
ConcreteForm::setInputs | ( | array | $inputs | ) |
Definition at line 75 of file FormTest.php.
References ILIAS\UI\Implementation\Component\Input\$inputs.
Definition at line 49 of file FormTest.php.
Definition at line 50 of file FormTest.php.
|
protected |
Definition at line 51 of file FormTest.php.
|
protected |
Definition at line 52 of file FormTest.php.