__construct()
__construct(mixed|array $options = array())
Create a new form
Parameters
mixed|array | $options | basic Zend_Form options |
Sub Form
addElement(string|\Zend_Form_Element $element, string $name = null, array|\Zend_Config $options = null) : \Zend_Form
Add a new element
Basic elements are:
More classes see in CommonPanel\Form\Element and Zend\Form\Element
string|\Zend_Form_Element | $element | |
string | $name | |
array|\Zend_Config | $options |