|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| HTML_QuickForm_Error ($code=QUICKFORM_ERROR, $mode=PEAR_ERROR_RETURN, $level=E_USER_NOTICE, $debuginfo=null) | |
Data Fields | |
| $error_message_prefix = 'QuickForm Error: ' | |
Definition at line 1959 of file QuickForm.php.
| HTML_QuickForm_Error | ( | $ | code = QUICKFORM_ERROR, |
| $ | mode = PEAR_ERROR_RETURN, |
||
| $ | level = E_USER_NOTICE, |
||
| $ | debuginfo = null |
||
| ) |
Creates a quickform error object, extending the PEAR_Error class
| int | $code | the error code |
| int | $mode | the reaction to the error, either return, die or trigger/callback |
| int | $level | intensity of the error (PHP error code) |
| mixed | $debuginfo | any information that can inform user as to nature of the error |
Definition at line 1980 of file QuickForm.php.

| $error_message_prefix = 'QuickForm Error: ' |
Reimplemented from PEAR_Error.
Definition at line 1967 of file QuickForm.php.