diff --git a/library/Icinga/Web/Form.php b/library/Icinga/Web/Form.php index 24b5f3df4..41e2ddcb0 100644 --- a/library/Icinga/Web/Form.php +++ b/library/Icinga/Web/Form.php @@ -30,6 +30,11 @@ use Icinga\Web\Form\Element\CsrfCounterMeasure; * * @return $this * } + * + * @method \Zend_Form_Element[] getElements() { + * {@inheritdoc} + * @return \Zend_Form_Element[] + * } */ class Form extends Zend_Form {