zendframework / zend-form

Form component from Zend Framework
BSD 3-Clause "New" or "Revised" License
69 stars 87 forks source link

Documentation is missing for new method setTranslateMessages on FormElementErrors #203

Closed froschdesign closed 6 years ago

froschdesign commented 6 years ago

Version 2.12.0 of zend-form introduces a new method for the FormElementErrors view helper:

echo $this->formElementErrors()->setTranslateMessages(false);

This new method should be added to the documentation with a code example.

weierophinney commented 6 years ago

This was documented after the fact, but before the release: