XOOPS 2.5.6
Final
|
Public Member Functions | |
__construct ($negative=true, $zero=true, $positive=true) | |
validate ($integer, $config, $context) | |
Public Member Functions inherited from HTMLPurifier_AttrDef | |
make ($string) | |
parseCDATA ($string) | |
validate ($string, $config, $context) | |
Protected Attributes | |
$negative = true | |
$positive = true | |
$zero = true | |
Additional Inherited Members | |
Public Attributes inherited from HTMLPurifier_AttrDef | |
$minimized = false | |
$required = false | |
Protected Member Functions inherited from HTMLPurifier_AttrDef | |
expandCSSEscape ($string) | |
mungeRgb ($string) | |
Validates an integer.
Definition at line 10 of file Integer.php.
$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 |
Definition at line 33 of file Integer.php.
HTMLPurifier_AttrDef_Integer::validate | ( | $integer, | |
$config, | |||
$context | |||
) |
Definition at line 41 of file Integer.php.
References HTMLPurifier_AttrDef\parseCDATA().
|
protected |
Bool indicating whether or not negative values are allowed
Definition at line 16 of file Integer.php.
Referenced by __construct().
|
protected |
Bool indicating whether or not positive values are allowed
Definition at line 26 of file Integer.php.
Referenced by __construct().
|
protected |
Bool indicating whether or not zero is allowed
Definition at line 21 of file Integer.php.
Referenced by __construct().