

Öffentliche Methoden | |
| __construct ($single, $max=4) | |
| validate ($string, $config, $context) | |
Datenfelder | |
| $single | |
| $max | |
Certain CSS properties such as border-width and margin allow multiple lengths to be specified. This class can take a vanilla border-width definition and multiply it, usually into a max of four.
Definiert in Zeile 14 der Datei Multiple.php.
| __construct | ( | $ | single, | |
| $ | max = 4 | |||
| ) |
| $single | HTMLPurifier_AttrDef to multiply | |
| $max | Max number of values allowed (usually four) |
Definiert in Zeile 33 der Datei Multiple.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 38 der Datei Multiple.php.

| $max |
Max number of values allowed.
Definiert in Zeile 27 der Datei Multiple.php.
| $single |
Instance of component definition to defer validation to.
Definiert in Zeile 21 der Datei Multiple.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) |
|