php - Zend 2 Form Issue -


i have updated framework 2.3.1. form classes showing following error in phpstrom.

class must declared abstract or implement method 'setoption' 

enter image description here

what should ?

you extending class not \zend\form\form there no errors default zend form class.

try check instance of form extends. check use statements , check modules \zend\form\form overloads.


Comments

Popular posts from this blog

java - How to print docx and pdf? -

qml - Is it possible to implement SystemTrayIcon functionality in Qt Quick application -

java - IntelliJ to move a class along with conflicted classes to a new package? -