Cheetah
|
Public Member Functions | |
__construct ($negative=true, $zero=true, $positive=true) | |
validate ($integer, $config, $context) | |
![]() | |
parseCDATA ($string) | |
make ($string) | |
Protected Attributes | |
$negative = true | |
$zero = true | |
$positive = true | |
Additional Inherited Members | |
![]() | |
$minimized = false | |
$required = false | |
![]() | |
mungeRgb ($string) | |
expandCSSEscape ($string) | |
Validates an integer.
Definition at line 10565 of file HTMLPurifier.standalone.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 10591 of file HTMLPurifier.standalone.php.
HTMLPurifier_AttrDef_Integer::validate | ( | $integer, | |
$config, | |||
$context | |||
) |
string | $integer | |
HTMLPurifier_Config | $config | |
HTMLPurifier_Context | $context |
Reimplemented from HTMLPurifier_AttrDef.
Definition at line 10604 of file HTMLPurifier.standalone.php.
|
protected |
Whether or not negative values are allowed. @type bool
Definition at line 10572 of file HTMLPurifier.standalone.php.
|
protected |
Whether or not positive values are allowed. @type bool
Definition at line 10584 of file HTMLPurifier.standalone.php.
|
protected |
Whether or not zero is allowed. @type bool
Definition at line 10578 of file HTMLPurifier.standalone.php.