HTML_QuickForm::getElementValue()
Описание
Returns the element's raw value such as submitted by the form (not filtered), set by setDefaults() or setConstants().
Throws
Таблица 43-1. Возможные значения PEAR_Error
Error code | Error message | Reason | Solution |
---|---|---|---|
QUICKFORM_NONEXIST_ELEMENT | Element '$element' does not exist in HTML_QuickForm::getElementValue() | Tried to get a value of a non-existant element | Check the element's name spelling |
Пред. | Начало | След. |
HTML_QuickForm::exportValues() | Уровень выше | HTML_QuickForm::getSubmitValue() |