Public Member Functions | ||||
| __construct ($def, $allow=false) | ||||
| ||||
| validate ($string, $config, $context) | ||||
| Intercepts and removes !important if necessary. | ||||
| __construct ($def, $allow=false) | ||||
| ||||
| validate ($string, $config, $context) | ||||
| Intercepts and removes !important if necessary. | ||||
Protected Attributes | ||||
| $def | ||||
| $allow | ||||
Definition at line 6 of file ImportantDecorator.php.
| HTMLPurifier_AttrDef_CSS_ImportantDecorator::__construct | ( | $ | def, | |
| $ | allow = false | |||
| ) |
| $def | Definition to wrap |
| $allow | Whether or not to allow !important |
Definition at line 14 of file ImportantDecorator.php.
| HTMLPurifier_AttrDef_CSS_ImportantDecorator::__construct | ( | $ | def, | |
| $ | allow = false | |||
| ) |
| $def | Definition to wrap |
| $allow | Whether or not to allow !important |
Definition at line 8176 of file HTMLPurifier.standalone.php.
| HTMLPurifier_AttrDef_CSS_ImportantDecorator::validate | ( | $ | string, | |
| $ | config, | |||
| $ | context | |||
| ) |
Intercepts and removes !important if necessary.
Definition at line 21 of file ImportantDecorator.php.
| HTMLPurifier_AttrDef_CSS_ImportantDecorator::validate | ( | $ | string, | |
| $ | config, | |||
| $ | context | |||
| ) |
Intercepts and removes !important if necessary.
Definition at line 8183 of file HTMLPurifier.standalone.php.
HTMLPurifier_AttrDef_CSS_ImportantDecorator::$def [protected] |
HTMLPurifier_AttrDef_CSS_ImportantDecorator::$allow [protected] |
1.5.3