|
HTMLPurifier 4.4.0
|
Validates shorthand CSS property font. 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 = array() | |
| Local copy of component validators. | |
| HTMLPurifier_AttrDef_CSS_Font::__construct | ( | $ | config | ) |
| HTMLPurifier_AttrDef_CSS_Font::__construct | ( | $ | config | ) |
Definition at line 9218 of file HTMLPurifier.standalone.php.
| HTMLPurifier_AttrDef_CSS_Font::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 29 of file Font.php.
References $config, and HTMLPurifier_AttrDef::parseCDATA().
| HTMLPurifier_AttrDef_CSS_Font::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 9228 of file HTMLPurifier.standalone.php.
References $config, and HTMLPurifier_AttrDef::parseCDATA().
HTMLPurifier_AttrDef_CSS_Font::$info = array() [protected] |