| [ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 91 lines (3 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
HTML_QuickForm_submit:: (4 methods):
__construct()
HTML_QuickForm_submit()
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) |
| Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |