apidoc
[ class tree: apidoc ] [ index: apidoc ] [ all elements ]

Class: HTML_QuickForm_Error

Source Location: /HTML_QuickForm-3.2.3/QuickForm.php

Class Overview

PEAR_Error
   |
   --HTML_QuickForm_Error



Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 1793]


[ Top ]


Class Variables

$error_message_prefix =  'QuickForm Error: '

[line 1801]

Prefix for all error messages

Type:   string


[ Top ]



Method Detail

HTML_QuickForm_Error (Constructor)   [line 1814]

HTML_QuickForm_Error HTML_QuickForm_Error( [int $code = QUICKFORM_ERROR], [int $mode = PEAR_ERROR_RETURN], [int $level = E_USER_NOTICE], [mixed $debuginfo = null])

Creates a quickform error object, extending the PEAR_Error class

Parameters:

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

[ Top ]


Documentation generated on Mon, 11 Mar 2019 13:52:23 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.