HTML_QuickForm::updateElementAttr() | |
PEAR Manual | |
require_once 'HTML/QuickForm/element.php'; |
mixed HTML_QuickForm_element::exportValue (
array &$submitValues
, bool $assoc = FALSE
)
This method is not intended to be called directly. It is called by HTML_QuickForm::exportValue() and HTML_QuickForm::exportValues() methods.
The method first tries to find a value for itself in a passed array, if such a value is not found it takes the display value via getValue(). It then filters out the values that cannot possibly be submitted by this element and returns the result.
array of submitted values to search
whether to return the value as associative array
throws no exceptions thrown
This function can not be called statically.
HTML_QuickForm::updateElementAttr() | |
PEAR Manual | |