Also mention the viewscript functionality of Form::loadDefaultDecorators()

refs #5525
This commit is contained in:
Johannes Meyer 2014-07-18 09:52:50 +02:00
parent 8f0b9899a3
commit 6ac471c598
1 changed files with 2 additions and 1 deletions

View File

@ -285,7 +285,8 @@ class Form extends Zend_Form
/**
* Load the default decorators
*
* Overwrites Zend_Form::loadDefaultDecorators to avoid having the HtmlTag-Decorator added
* Overwrites Zend_Form::loadDefaultDecorators to avoid having
* the HtmlTag-Decorator added and to provide viewscript usage
*
* @return self
*/