

Öffentliche Methoden | |
| __construct ($defs) | |
| validate ($string, $config, $context) | |
Datenfelder | |
| $defs | |
Composite is just what it sounds like: a composite of many validators. This means that multiple HTMLPurifier_AttrDef objects will have a whack at the string. If one of them passes, that's what is returned. This is especially useful for CSS values, which often are a choice between an enumerated set of predefined values or a flexible data type.
Definiert in Zeile 12 der Datei Composite.php.
| __construct | ( | $ | defs | ) |
| $defs | List of HTMLPurifier_AttrDef objects |
Definiert in Zeile 24 der Datei Composite.php.
| validate | ( | $ | string, | |
| $ | config, | |||
| $ | context | |||
| ) |
Validates and cleans passed string according to a definition.
| $string | String to be validated and cleaned. | |
| $config | Mandatory HTMLPurifier_Config object. | |
| $context | Mandatory HTMLPurifier_AttrContext object. |
Erneute Implementation von HTMLPurifier_AttrDef.
Definiert in Zeile 28 der Datei Composite.php.
| $defs |
List of HTMLPurifier_AttrDef objects that may process strings
Definiert in Zeile 19 der Datei Composite.php.
| Copyright © 2003 - 2009 MyOOS [Shopsystem]. All rights reserved. MyOOS [Shopsystem] is Free Software released under the GNU/GPL License. Webmaster: info@r23.de (Impressum) |
|