HTMLPurifier_ErrorStruct Klassenreferenz

HTMLPurifier_ErrorStruct Klassenreferenz

Öffentliche Methoden

 getChild ($type, $id)
 
 addError ($severity, $message)
 

Datenfelder

const TOKEN = 0
 
const ATTR = 1
 
const CSSPROP = 2
 
 $type
 
 $value
 
 $errors = array()
 
 $children = array()
 

Ausführliche Beschreibung

Records errors for particular segments of an HTML document such as tokens, attributes or CSS properties. They can contain error structs (which apply to components of what they represent), but their main purpose is to hold errors applying to whatever struct is being used.

Definiert in Zeile 9 der Datei ErrorStruct.php.

Dokumentation der Elementfunktionen

addError (   $severity,
  $message 
)
Parameter
int$severity
string$message

Definiert in Zeile 68 der Datei ErrorStruct.php.

getChild (   $type,
  $id 
)
Parameter
string$type
string$id
Rückgabe
mixed

Definiert in Zeile 55 der Datei ErrorStruct.php.

Benutzt $type.

Dokumentation der Datenelemente

$children = array()

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'] array

Definiert in Zeile 48 der Datei ErrorStruct.php.

$errors = array()

Errors registered for this structure. array

Definiert in Zeile 40 der Datei ErrorStruct.php.

$type

Type of this struct. string

Definiert in Zeile 24 der Datei ErrorStruct.php.

Wird benutzt von getChild().

$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') mixed

Definiert in Zeile 34 der Datei ErrorStruct.php.

const ATTR = 1

Definiert in Zeile 17 der Datei ErrorStruct.php.

Wird benutzt von HTMLPurifier_ErrorCollector\send().

const CSSPROP = 2

Definiert in Zeile 18 der Datei ErrorStruct.php.

Wird benutzt von HTMLPurifier_ErrorCollector\send().

const TOKEN = 0

Possible values for $children first-key. Note that top-level structures are automatically token-level.

Definiert in Zeile 16 der Datei ErrorStruct.php.

Wird benutzt von HTMLPurifier_ErrorCollector\send().


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei:




Korrekturen, Hinweise und Ergänzungen

Bitte scheuen Sie sich nicht und melden Sie, was auf dieser Seite sachlich falsch oder irreführend ist, was ergänzt werden sollte, was fehlt usw. Dazu bitte oben aus dem Menü Seite den Eintrag Support Forum wählen. Es ist eine kostenlose Anmeldung erforderlich, um Anmerkungen zu posten. Unpassende Postings, Spam usw. werden kommentarlos entfernt.