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

Class: XML_XSLT_Error

Source Location: /XML_XSLT_Wrapper-0.2.2/XSLT_Wrapper.php

Class Overview

PEAR_Error
   |
   --XML_XSLT_Error

XML_XSLT_Error implements a class for reporting portable XSLT error messages.


Author(s):

Methods


Inherited Variables

Inherited Methods


Class Details

[line 926]
XML_XSLT_Error implements a class for reporting portable XSLT error messages.


[ Top ]


Method Detail

XML_XSLT_Error (Constructor)   [line 941]

XML_XSLT_Error XML_XSLT_Error( [mixed $code = XML_XSLT_ERROR], [integer $mode = PEAR_ERROR_RETURN], [integer $level = E_USER_WARNING], [mixed $debuginfo = null])

XML_XSLT_Error constructor.

bases on DB_Error implementation

  • See: PEAR_Error
  • Access: public

Parameters:

mixed   $code   —  XSLT error code, or string with error message.
integer   $mode   —  what "error mode" to operate in
integer   $level   —  what error level to use for $mode & PEAR_ERROR_TRIGGER
mixed   $debuginfo   —  additional debug info, such as the last query

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:28:09 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.