- Added form interface which connect to this context
This commit is contained in:
parent
33e77b5129
commit
23f24fef50
@ -31,6 +31,8 @@ class FormContext implements FormContextInterface
|
|||||||
|
|
||||||
public ? ResponseInterface $formContextResponse = null;
|
public ? ResponseInterface $formContextResponse = null;
|
||||||
|
|
||||||
|
public FormInterface $form;
|
||||||
|
|
||||||
public function __construct(ServerRequestInterface $request, ? string $formName = null)
|
public function __construct(ServerRequestInterface $request, ? string $formName = null)
|
||||||
{
|
{
|
||||||
$this->formContextRequest = $request;
|
$this->formContextRequest = $request;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user