Public Member Functions | ||||
| __construct ($non_negative=false) | ||||
| ||||
| validate ($string, $config, $context) | ||||
| __construct ($non_negative=false) | ||||
| ||||
| validate ($string, $config, $context) | ||||
Protected Attributes | ||||
| $number_def | ||||
| Instance of HTMLPurifier_AttrDef_CSS_Number to defer number validation. | ||||
Definition at line 6 of file Percentage.php.
| HTMLPurifier_AttrDef_CSS_Percentage::__construct | ( | $ | non_negative = false |
) |
| Bool | indicating whether to forbid negative values |
Definition at line 17 of file Percentage.php.
| HTMLPurifier_AttrDef_CSS_Percentage::__construct | ( | $ | non_negative = false |
) |
| Bool | indicating whether to forbid negative values |
Definition at line 8401 of file HTMLPurifier.standalone.php.
| HTMLPurifier_AttrDef_CSS_Percentage::validate | ( | $ | string, | |
| $ | config, | |||
| $ | context | |||
| ) |
Definition at line 21 of file Percentage.php.
| HTMLPurifier_AttrDef_CSS_Percentage::validate | ( | $ | string, | |
| $ | config, | |||
| $ | context | |||
| ) |
Definition at line 8405 of file HTMLPurifier.standalone.php.
HTMLPurifier_AttrDef_CSS_Percentage::$number_def [protected] |
Instance of HTMLPurifier_AttrDef_CSS_Number to defer number validation.
Definition at line 12 of file Percentage.php.
1.5.3