mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 16:54:06 +02:00
Form: elements is a ElementContainer property
This commit is contained in:
parent
ea8452d0e9
commit
a80bc13f39
5
library/vendor/ipl/Html/Form.php
vendored
5
library/vendor/ipl/Html/Form.php
vendored
@ -26,11 +26,6 @@ class Form extends BaseHtmlElement
|
||||
/** @var BaseHtmlElement|null */
|
||||
protected $defaultElementDecorator;
|
||||
|
||||
/**
|
||||
* @var BaseFormElement[]
|
||||
*/
|
||||
private $elements = [];
|
||||
|
||||
private $populatedValues = [];
|
||||
|
||||
/** @var Request TODO: nonono */
|
||||
|
Loading…
x
Reference in New Issue
Block a user