Definition at line 44 of file FormTest.php.
◆ __construct()
◆ _extractPostData()
ConcreteForm::_extractPostData |
( |
ServerRequestInterface |
$request | ) |
|
◆ _getPostInput()
ConcreteForm::_getPostInput |
( |
ServerRequestInterface |
$request | ) |
|
Definition at line 77 of file FormTest.php.
79 return $this->getPostInput($request);
◆ extractPostData()
ConcreteForm::extractPostData |
( |
ServerRequestInterface |
$request | ) |
|
Definition at line 60 of file FormTest.php.
62 if ($this->input_data !== null) {
66 return parent::extractPostData($request);
◆ setInputs()
ConcreteForm::setInputs |
( |
array |
$inputs | ) |
|
Definition at line 70 of file FormTest.php.
72 $this->input_group = $this->input_factory->group($inputs);
73 $this->inputs = $inputs;
◆ $input_data
ConcreteForm::$input_data = null |
The documentation for this class was generated from the following file: