(no description)
File Size: | 91 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
HTML_QuickForm_submit:: (2 methods):
__construct()
HTML_QuickForm_submit()
name:: (2 methods):
freeze()
exportValue()
Class: HTML_QuickForm_submit - X-Ref
HTML class for a submit type element__construct($elementName=null, $value=null, $attributes=null) X-Ref |
Class constructor param: string Input field name attribute param: string Input field value param: mixed Either a typical HTML attribute string or an associative array return: void |
HTML_QuickForm_submit($elementName=null, $value=null, $attributes=null) X-Ref |
Old syntax of class constructor. Deprecated in PHP7. |
freeze() X-Ref |
Freeze the element so that only its value is returned return: void |
exportValue(&$submitValues, $assoc = false) X-Ref |
Only return the value if it is found within $submitValues (i.e. if this particular submit button was clicked) |