|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct ($non_negative=false) | |
| validate ($number, $config, $context) | |
Protected Attributes | |
| $non_negative = false | |
Validates a number as defined by the CSS spec.
Definition at line 6 of file Number.php.
| __construct | ( | $ | non_negative = false | ) |
| $non_negative | Bool indicating whether negatives are forbidden |
Definition at line 17 of file Number.php.
| validate | ( | $ | number, |
| $ | config, | ||
| $ | context | ||
| ) |
Reimplemented from HTMLPurifier_AttrDef.
Reimplemented in HTMLPurifier_AttrDef_CSS_AlphaValue.
Definition at line 25 of file Number.php.

$non_negative = false [protected] |
Bool indicating whether or not only positive values allowed.
Definition at line 12 of file Number.php.