[ Index ]

PHP Cross Reference of Moodle 1.9.3 [Build 15-Oct-2008]

title

Body

[close]

/lib/htmlpurifier/HTMLPurifier/ -> ErrorCollector.php (summary)

(no description)

File Size: 118 lines (4 kb)
Included or required: 1 time
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

HTMLPurifier_ErrorCollector:: (4 methods):
  HTMLPurifier_ErrorCollector()
  send()
  getRaw()
  getHTMLFormatted()


Class: HTMLPurifier_ErrorCollector  - X-Ref

Error collection class that enables HTML Purifier to report HTML
problems back to the user

HTMLPurifier_ErrorCollector(&$context)   X-Ref
No description

send($severity, $msg)   X-Ref
Sends an error message to the collector for later use

param: $line Integer line number, or HTMLPurifier_Token that caused error
param: $severity int Error severity, PHP error style (don't use E_USER_)
param: $msg string Error message text

getRaw()   X-Ref
Retrieves raw error data for custom formatter to use

param: List of arrays in format of array(Error message text,

getHTMLFormatted($config)   X-Ref
Default HTML formatting implementation for error messages

param: $config Configuration array, vital for HTML output nature



Generated: Wed Jan 14 11:33:29 2009 Cross-referenced by PHPXref 0.7