mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
FormElement
: Fix the return type of loadDefaultDecorators()
This commit is contained in:
parent
4108b6b4cc
commit
f05d76e05e
@ -37,7 +37,7 @@ class FormElement extends Zend_Form_Element
|
|||||||
* Icinga Web 2 loads its own default element decorators. For loading Zend's default element decorators set
|
* Icinga Web 2 loads its own default element decorators. For loading Zend's default element decorators set
|
||||||
* FormElement::$_disableLoadDefaultDecorators to false.
|
* FormElement::$_disableLoadDefaultDecorators to false.
|
||||||
*
|
*
|
||||||
* @return this
|
* @return $this
|
||||||
* @see Form::$defaultElementDecorators For Icinga Web 2's default element decorators.
|
* @see Form::$defaultElementDecorators For Icinga Web 2's default element decorators.
|
||||||
*/
|
*/
|
||||||
public function loadDefaultDecorators()
|
public function loadDefaultDecorators()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user