|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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 () | |
| @inheritdocs More... | |
| getInputGroup () | |
| @inheritdocs More... | |
| withRequest (ServerRequestInterface $request) | |
| @inheritdocs More... | |
| withAdditionalTransformation (Transformation $trafo) | |
| @inheritdocs More... | |
| getData () | |
| @inheritdocs More... | |
| getNewName () | |
Data Fields | |
| $post_data = null | |
Additional Inherited Members | |
Protected Member Functions inherited from ILIAS\UI\Implementation\Component\Input\Container\Form\Form | |
| 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 | |
Definition at line 32 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 36 of file FormTest.php.
| ConcreteForm::_extractPostData | ( | ServerRequestInterface | $request | ) |
Definition at line 42 of file FormTest.php.
References extractPostData().
Here is the call graph for this function:| ConcreteForm::_getPostInput | ( | ServerRequestInterface | $request | ) |
| ConcreteForm::extractPostData | ( | ServerRequestInterface | $request | ) |
Extract post data from request.
| ServerRequestInterface | $request |
Reimplemented from ILIAS\UI\Implementation\Component\Input\Container\Form\Form.
Definition at line 48 of file FormTest.php.
References $post_data, and $request.
Referenced by _extractPostData().
Here is the caller graph for this function:| ConcreteForm::setInputs | ( | array | $inputs | ) |
Definition at line 58 of file FormTest.php.
| ConcreteForm::$post_data = null |
Definition at line 34 of file FormTest.php.
Referenced by extractPostData().