mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 17:24:18 +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 */
|
/** @var BaseHtmlElement|null */
|
||||||
protected $defaultElementDecorator;
|
protected $defaultElementDecorator;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var BaseFormElement[]
|
|
||||||
*/
|
|
||||||
private $elements = [];
|
|
||||||
|
|
||||||
private $populatedValues = [];
|
private $populatedValues = [];
|
||||||
|
|
||||||
/** @var Request TODO: nonono */
|
/** @var Request TODO: nonono */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user