

Öffentliche Methoden | |
| __construct ($negative=true, $zero=true, $positive=true) | |
| validate ($integer, $config, $context) | |
Geschützte Attribute | |
| $negative = true | |
| $zero = true | |
| $positive = true | |
Definiert in Zeile 10 der Datei Integer.php.
| __construct | ( | $ | negative = true, |
|
| $ | zero = true, |
|||
| $ | positive = true | |||
| ) |
| $negative | Bool indicating whether or not negative values are allowed | |
| $zero | Bool indicating whether or not zero is allowed | |
| $positive | Bool indicating whether or not positive values are allowed |
Definiert in Zeile 33 der Datei Integer.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 41 der Datei Integer.php.

$negative = true [protected] |
Bool indicating whether or not negative values are allowed
Definiert in Zeile 16 der Datei Integer.php.
$positive = true [protected] |
Bool indicating whether or not positive values are allowed
Definiert in Zeile 26 der Datei Integer.php.
$zero = true [protected] |
Bool indicating whether or not zero is allowed
Definiert in Zeile 21 der Datei Integer.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) |
|