Property | Type | Description | |
---|---|---|---|
$_current | |||
$_stacks | |||
$context | |||
$errors | |||
$generator | |||
$lines | |||
$locale |
Method | Description | |
---|---|---|
__construct ( HTMLPurifier_Context $context ) | ||
getHTMLFormatted ( HTMLPurifier_Config $config, array $errors = null ) : string | Default HTML formatting implementation for error messages | |
getRaw ( ) | Retrieves raw error data for custom formatter to use | |
send ( integer $severity, string $msg ) | Sends an error message to the collector for later use |
Method | Description | |
---|---|---|
_renderStruct ( &$ret, $struct, $line = null, $col = null ) |
public __construct ( HTMLPurifier_Context $context ) | ||
$context | HTMLPurifier_Context |
public getHTMLFormatted ( HTMLPurifier_Config $config, array $errors = null ) : string | ||
$config | HTMLPurifier_Config | Configuration, vital for HTML output nature |
$errors | array | Errors array to display; used for recursion. |
return | string |