ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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) | |
![]() | |
__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 | |
![]() | |
isSanePostRequest (ServerRequestInterface $request) | |
Check the request for sanity. More... | |
extractPostData (ServerRequestInterface $request) | |
Extract post data from request. More... | |
![]() | |
$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().
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().
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().