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

Class: HTML_QuickForm_Error

Source Location: /HTML_QuickForm-3.2.14/QuickForm.php

Class Overview

PEAR_Error
   |
   --HTML_QuickForm_Error

Class for errors thrown by HTML_QuickForm package


Author(s):

Version:

  • Release: 3.2.14

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 2032]
Class for errors thrown by HTML_QuickForm package


[ Top ]


Class Variables

$error_message_prefix =  'QuickForm Error: '

[line 2040]

Prefix for all error messages

Type:   string


[ Top ]



Method Detail

HTML_QuickForm_Error (Constructor)   [line 2053]

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 15:59:48 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.