Cheetah
Public Member Functions | Public Attributes | Protected Attributes | List of all members
HTMLPurifier_ErrorCollector Class Reference

Public Member Functions

 __construct ($context)
 
 send ($severity, $msg)
 
 getRaw ()
 
 getHTMLFormatted ($config, $errors=null)
 

Public Attributes

const LINENO = 0
 
const SEVERITY = 1
 
const MESSAGE = 2
 
const CHILDREN = 3
 

Protected Attributes

 $errors
 
 $_current
 
 $_stacks = array(array())
 
 $locale
 
 $generator
 
 $context
 
 $lines = array()
 

Detailed Description

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

Definition at line 4785 of file HTMLPurifier.standalone.php.

Constructor & Destructor Documentation

◆ __construct()

HTMLPurifier_ErrorCollector::__construct (   $context)
Parameters
HTMLPurifier_Context$context

Definition at line 4835 of file HTMLPurifier.standalone.php.

Member Function Documentation

◆ getHTMLFormatted()

HTMLPurifier_ErrorCollector::getHTMLFormatted (   $config,
  $errors = null 
)

Default HTML formatting implementation for error messages

Parameters
HTMLPurifier_Config$configConfiguration, vital for HTML output nature
array$errorsErrors array to display; used for recursion.
Returns
string

Definition at line 4952 of file HTMLPurifier.standalone.php.

◆ getRaw()

HTMLPurifier_ErrorCollector::getRaw ( )

Retrieves raw error data for custom formatter to use

Definition at line 4941 of file HTMLPurifier.standalone.php.

◆ send()

HTMLPurifier_ErrorCollector::send (   $severity,
  $msg 
)

Sends an error message to the collector for later use

Parameters
int$severityError severity, PHP error style (don't use E_USER_)
string$msgError message text

Definition at line 4848 of file HTMLPurifier.standalone.php.

Member Data Documentation

◆ $_current

HTMLPurifier_ErrorCollector::$_current
protected

@type array

Definition at line 4805 of file HTMLPurifier.standalone.php.

◆ $_stacks

HTMLPurifier_ErrorCollector::$_stacks = array(array())
protected

@type array

Definition at line 4810 of file HTMLPurifier.standalone.php.

◆ $context

HTMLPurifier_ErrorCollector::$context
protected

@type HTMLPurifier_Context

Definition at line 4825 of file HTMLPurifier.standalone.php.

◆ $errors

HTMLPurifier_ErrorCollector::$errors
protected

@type array

Definition at line 4800 of file HTMLPurifier.standalone.php.

◆ $generator

HTMLPurifier_ErrorCollector::$generator
protected

@type HTMLPurifier_Generator

Definition at line 4820 of file HTMLPurifier.standalone.php.

◆ $lines

HTMLPurifier_ErrorCollector::$lines = array()
protected

@type array

Definition at line 4830 of file HTMLPurifier.standalone.php.

◆ $locale

HTMLPurifier_ErrorCollector::$locale
protected

@type HTMLPurifier_Language

Definition at line 4815 of file HTMLPurifier.standalone.php.

◆ CHILDREN

const HTMLPurifier_ErrorCollector::CHILDREN = 3

Definition at line 4795 of file HTMLPurifier.standalone.php.

◆ LINENO

const HTMLPurifier_ErrorCollector::LINENO = 0

Identifiers for the returned error array. These are purposely numeric so list() can be used.

Definition at line 4792 of file HTMLPurifier.standalone.php.

◆ MESSAGE

const HTMLPurifier_ErrorCollector::MESSAGE = 2

Definition at line 4794 of file HTMLPurifier.standalone.php.

◆ SEVERITY

const HTMLPurifier_ErrorCollector::SEVERITY = 1

Definition at line 4793 of file HTMLPurifier.standalone.php.


The documentation for this class was generated from the following file: