Property | Type | Description | |
---|---|---|---|
$children | Child ErrorStructs that are from this structure. For example, a TOKEN ErrorStruct would contain ATTR ErrorStructs. This is a multi-dimensional array in structure: [TYPE]['identifier'] | ||
$errors | Errors registered for this structure. | ||
$type | Type of this struct. | ||
$value | Value of the struct we are recording errors for. There are various values for this: - TOKEN: Instance of HTMLPurifier_Token - ATTR: array('attr-name', 'value') - CSSPROP: array('prop-name', 'value') |
Method | Description | |
---|---|---|
addError ( integer $severity, string $message ) | ||
getChild ( string $type, string $id ) : mixed |
public $children |