|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ConcreteForm:
Collaboration diagram for ConcreteForm:Public Member Functions | |
| __construct (Input\Field\Factory $input_factory, NameSource $name_source, array $inputs) | |
| _extractRequestData (ServerRequestInterface $request) | |
| extractRequestData (ServerRequestInterface $request) | |
| setInputs (array $inputs) | |
Public Member Functions inherited from ILIAS\UI\Implementation\Component\Input\Container\Form\Form | |
| __construct (C\Input\Field\Factory $field_factory, NameSource $name_source, array $inputs,) | |
| hasRequiredInputs () | |
Public Member Functions inherited from ILIAS\UI\Implementation\Component\Input\Container\Container | |
| __construct (NameSource $name_source) | |
| For the implementation of NameSource. More... | |
| getInputs () | |
| withRequest (ServerRequestInterface $request) | |
| withAdditionalTransformation (Transformation $trafo) | |
| getError () | |
| getData () | |
| getDedicatedName () | |
| withDedicatedName (string $dedicated_name) | |
| getInputGroup () | |
Data Fields | |
| Input InputData | $input_data = null |
Protected Attributes | |
| Input Field Factory | $input_factory |
| Group | $input_group |
| array | $inputs |
Protected Attributes inherited from ILIAS\UI\Implementation\Component\Input\Container\Container | |
| C Input Group | $input_group |
| Transformation | $transformation = null |
| string | $error = null |
| string | $dedicated_name = null |
| CI Input NameSource | $name_source |
Additional Inherited Members | |
Protected Member Functions inherited from ILIAS\UI\Implementation\Component\Input\Container\Form\Form | |
| extractRequestData (ServerRequestInterface $request) | |
Protected Member Functions inherited from ILIAS\UI\Implementation\Component\Input\Container\Container | |
| 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\MetaData\Repository\Validation\Data\__construct().
Here is the call graph for this function:| ConcreteForm::_extractRequestData | ( | ServerRequestInterface | $request | ) |
Definition at line 60 of file FormTest.php.
| ConcreteForm::extractRequestData | ( | ServerRequestInterface | $request | ) |
Definition at line 65 of file FormTest.php.
| 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.