ZF-9914: Zend_Form - an alias for method: ->isErrors()
Description
It would be much nicer to do somethin like $form->hasErrors() than $form->isErrors(). It's just sounds a bit strange. For the backward's compatybility i propose to leave the old naming and create an alias for this method.
Comments
Posted by Christian Albrecht (alab) on 2010-06-17T12:14:53.000+0000
Scheduling for next minor
Posted by Marc Hodgins (mjh_ca) on 2010-11-25T01:28:06.000+0000
Patch with updated tests attached.
Posted by Frank Brückner (frosch) on 2013-01-10T10:45:01.000+0000
Fixed on trunk (25200) and release-1.12 (25201)
Thanks to Marc!