XOOPS 2.5.6
Final
|
Public Member Functions | |
__construct ($context) | |
getHTMLFormatted ($config, $errors=null) | |
getRaw () | |
send ($severity, $msg) | |
Public Attributes | |
const | CHILDREN = 3 |
const | LINENO = 0 |
const | MESSAGE = 2 |
const | SEVERITY = 1 |
Protected Attributes | |
$_current | |
$_stacks = array(array()) | |
$context | |
$errors | |
$generator | |
$lines = array() | |
$locale | |
Private Member Functions | |
_renderStruct (&$ret, $struct, $line=null, $col=null) | |
Error collection class that enables HTML Purifier to report HTML problems back to the user
Definition at line 7 of file ErrorCollector.php.
HTMLPurifier_ErrorCollector::__construct | ( | $context | ) |
Definition at line 28 of file ErrorCollector.php.
References $context.
|
private |
Definition at line 171 of file ErrorCollector.php.
References $context, $error, $i, $msg, $ret, and $type.
Referenced by getHTMLFormatted().
HTMLPurifier_ErrorCollector::getHTMLFormatted | ( | $config, | |
$errors = null |
|||
) |
Default HTML formatting implementation for error messages
$config | Configuration array, vital for HTML output nature |
$errors | Errors array to display; used for recursion. |
Definition at line 144 of file ErrorCollector.php.
References $config, $errors, $ret, and _renderStruct().
HTMLPurifier_ErrorCollector::getRaw | ( | ) |
Retrieves raw error data for custom formatter to use
List | of arrays in format of array(line of error, error severity, error message, recursive sub-errors array) |
Definition at line 135 of file ErrorCollector.php.
References $errors.
HTMLPurifier_ErrorCollector::send | ( | $severity, | |
$msg | |||
) |
Sends an error message to the collector for later use
$severity | int Error severity, PHP error style (don't use E_USER_) |
$msg | string Error message text |
$subst1 | string First substitution for $msg |
$subst2 | string ... |
Definition at line 42 of file ErrorCollector.php.
References $error, $msg, $token, HTMLPurifier_ErrorStruct\ATTR, HTMLPurifier_ErrorStruct\CSSPROP, and HTMLPurifier_ErrorStruct\TOKEN.
|
protected |
Definition at line 20 of file ErrorCollector.php.
|
protected |
Definition at line 21 of file ErrorCollector.php.
|
protected |
Definition at line 24 of file ErrorCollector.php.
Referenced by __construct(), and _renderStruct().
|
protected |
Definition at line 19 of file ErrorCollector.php.
Referenced by getHTMLFormatted(), and getRaw().
|
protected |
Definition at line 23 of file ErrorCollector.php.
|
protected |
Definition at line 26 of file ErrorCollector.php.
|
protected |
Definition at line 22 of file ErrorCollector.php.
const HTMLPurifier_ErrorCollector::CHILDREN = 3 |
Definition at line 17 of file ErrorCollector.php.
const HTMLPurifier_ErrorCollector::LINENO = 0 |
Identifiers for the returned error array. These are purposely numeric so list() can be used.
Definition at line 14 of file ErrorCollector.php.
const HTMLPurifier_ErrorCollector::MESSAGE = 2 |
Definition at line 16 of file ErrorCollector.php.
const HTMLPurifier_ErrorCollector::SEVERITY = 1 |
Definition at line 15 of file ErrorCollector.php.