[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 209 lines (7 kb) |
Included or required: | 1 time |
Referenced: | 0 times |
Includes or requires: | 0 files |
HTMLPurifier_ErrorCollector:: (5 methods):
__construct()
send()
getRaw()
getHTMLFormatted()
_renderStruct()
Class: HTMLPurifier_ErrorCollector - X-Ref
Error collection class that enables HTML Purifier to report HTML__construct($context) X-Ref |
No description |
send($severity, $msg) X-Ref |
Sends an error message to the collector for later use param: $severity int Error severity, PHP error style (don't use E_USER_) param: $msg string Error message text param: $subst1 string First substitution for $msg param: $subst2 string ... |
getRaw() X-Ref |
Retrieves raw error data for custom formatter to use param: List of arrays in format of array(line of error, |
getHTMLFormatted($config, $errors = null) X-Ref |
Default HTML formatting implementation for error messages param: $config Configuration array, vital for HTML output nature param: $errors Errors array to display; used for recursion. |
_renderStruct(&$ret, $struct, $line = null, $col = null) X-Ref |
No description |
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |