|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Inheritance diagram for ConcreteForm:
Collaboration diagram for ConcreteForm:Public Member Functions | |
| __construct (Input\Field\Factory $field_factory, array $inputs) | |
| _extractPostData (ServerRequestInterface $request) | |
| extractPostData (ServerRequestInterface $request) | |
| Extract post data from request. More... | |
| setInputs (array $inputs) | |
| _getPostInput (ServerRequestInterface $request) | |
Public Member Functions inherited from ILIAS\UI\Implementation\Component\Input\Container\Form\Form | |
| __construct (Input\Field\Factory $field_factory, array $inputs) | |
| getInputs () | |
| getInputGroup () | |
| withRequest (ServerRequestInterface $request) | |
| withAdditionalTransformation (Transformation $trafo) | |
| getError () | |
| hasRequiredInputs () | |
| getData () | |
| getNewName () | |
Data Fields | |
| $input_data = null | |
Additional Inherited Members | |
Protected Member Functions inherited from ILIAS\UI\Implementation\Component\Input\Container\Form\Form | |
| setError (string $error) | |
| isSanePostRequest (ServerRequestInterface $request) | |
| Check the request for sanity. More... | |
| extractPostData (ServerRequestInterface $request) | |
| Extract post data from request. More... | |
Protected Attributes inherited from ILIAS\UI\Implementation\Component\Input\Container\Form\Form | |
| $input_group | |
| $transformation | |
| $error = null | |
Definition at line 44 of file FormTest.php.
| ConcreteForm::__construct | ( | Input\Field\Factory | $field_factory, |
| array | $inputs | ||
| ) |
| array | $inputs |
Reimplemented from ILIAS\UI\Implementation\Component\Input\Container\Form\Form.
Definition at line 48 of file FormTest.php.
References ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:| ConcreteForm::_extractPostData | ( | ServerRequestInterface | $request | ) |
Definition at line 54 of file FormTest.php.
References extractPostData().
Here is the call graph for this function:| ConcreteForm::_getPostInput | ( | ServerRequestInterface | $request | ) |
Definition at line 77 of file FormTest.php.
| ConcreteForm::extractPostData | ( | ServerRequestInterface | $request | ) |
Extract post data from request.
| ServerRequestInterface | $request |
Reimplemented from ILIAS\UI\Implementation\Component\Input\Container\Form\Form.
Definition at line 60 of file FormTest.php.
References $input_data.
Referenced by _extractPostData().
Here is the caller graph for this function:| ConcreteForm::setInputs | ( | array | $inputs | ) |
Definition at line 70 of file FormTest.php.
| ConcreteForm::$input_data = null |
Definition at line 46 of file FormTest.php.
Referenced by extractPostData().