Class HTMLPurifier_ErrorCollector
Error collection class that enables HTML Purifier to report HTML problems back to the user
public
|
|
public
|
|
public
|
|
public
string
|
#
getHTMLFormatted(
Default HTML formatting implementation for error messages |
integer |
LINENO
|
0 |
#
Identifiers for the returned error array. These are purposely numeric so list() can be used. |
integer |
SEVERITY
|
1 |
|
integer |
MESSAGE
|
2 |
|
integer |
CHILDREN
|
3 |
protected
mixed
|
$errors |
|
|
protected
mixed
|
$_current |
|
|
protected
array
|
$_stacks | array(array()) |
|
protected
mixed
|
$locale |
|
|
protected
mixed
|
$generator |
|
|
protected
mixed
|
$context |
|
|
protected
array
|
$lines | array() |