|
ILIAS
release_8 Revision v8.24
|
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) | |
| @inheritDoc More... | |
| 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 | |
| extractRequestData (ServerRequestInterface $request) | |
| @inheritDoc More... | |
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 46 of file FormTest.php.
| ConcreteForm::__construct | ( | Input\Field\Factory | $input_factory, |
| NameSource | $name_source, | ||
| array | $inputs | ||
| ) |
Definition at line 53 of file FormTest.php.
References $input_factory, $inputs, ILIAS\UI\Implementation\Component\Input\Container\Container\$name_source, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:| ConcreteForm::_extractRequestData | ( | ServerRequestInterface | $request | ) |
Definition at line 59 of file FormTest.php.
References extractRequestData().
Here is the call graph for this function:| ConcreteForm::extractRequestData | ( | ServerRequestInterface | $request | ) |
@inheritDoc
Reimplemented from ILIAS\UI\Implementation\Component\Input\Container\Form\Form.
Definition at line 64 of file FormTest.php.
References $input_data.
Referenced by _extractRequestData().
Here is the caller graph for this function:| ConcreteForm::setInputs | ( | array | $inputs | ) |
Definition at line 74 of file FormTest.php.
References $inputs.
Definition at line 48 of file FormTest.php.
Referenced by extractRequestData().
Definition at line 49 of file FormTest.php.
Referenced by __construct().
|
protected |
Definition at line 50 of file FormTest.php.
|
protected |
Definition at line 51 of file FormTest.php.
Referenced by __construct(), and setInputs().