|
HTMLPurifier 4.4.0
|
Validates shorthand CSS property list-style. More...
Public Member Functions | |
| __construct ($config) | |
| validate ($string, $config, $context) | |
| Validates and cleans passed string according to a definition. | |
| __construct ($config) | |
| validate ($string, $config, $context) | |
| Validates and cleans passed string according to a definition. | |
Protected Attributes | |
| $info | |
| Local copy of component validators. | |
Validates shorthand CSS property list-style.
Definition at line 7 of file ListStyle.php.
| HTMLPurifier_AttrDef_CSS_ListStyle::__construct | ( | $ | config | ) |
Definition at line 16 of file ListStyle.php.
| HTMLPurifier_AttrDef_CSS_ListStyle::__construct | ( | $ | config | ) |
Definition at line 9677 of file HTMLPurifier.standalone.php.
| HTMLPurifier_AttrDef_CSS_ListStyle::validate | ( | $ | string, |
| $ | config, | ||
| $ | context | ||
| ) |
Validates and cleans passed string according to a definition.
| $string | String to be validated and cleaned. |
| $config | Mandatory HTMLPurifier_Config object. |
| $context | Mandatory HTMLPurifier_AttrContext object. |
Reimplemented from HTMLPurifier_AttrDef.
Definition at line 23 of file ListStyle.php.
References $config, and HTMLPurifier_AttrDef::parseCDATA().
| HTMLPurifier_AttrDef_CSS_ListStyle::validate | ( | $ | string, |
| $ | config, | ||
| $ | context | ||
| ) |
Validates and cleans passed string according to a definition.
| $string | String to be validated and cleaned. |
| $config | Mandatory HTMLPurifier_Config object. |
| $context | Mandatory HTMLPurifier_AttrContext object. |
Reimplemented from HTMLPurifier_AttrDef.
Definition at line 9684 of file HTMLPurifier.standalone.php.
References $config, and HTMLPurifier_AttrDef::parseCDATA().
HTMLPurifier_AttrDef_CSS_ListStyle::$info [protected] |
Local copy of component validators.
Definition at line 14 of file ListStyle.php.