|
HTMLPurifier 4.4.0
|
Validates a font family list according to CSS spec. More...
Public Member Functions | |
| __construct () | |
| validate ($string, $config, $context) | |
| Validates and cleans passed string according to a definition. | |
| __construct () | |
| validate ($string, $config, $context) | |
| Validates and cleans passed string according to a definition. | |
Protected Attributes | |
| $mask = null | |
Validates a font family list according to CSS spec.
Definition at line 6 of file FontFamily.php.
| HTMLPurifier_AttrDef_CSS_FontFamily::__construct | ( | ) |
Definition at line 11 of file FontFamily.php.
| HTMLPurifier_AttrDef_CSS_FontFamily::__construct | ( | ) |
Definition at line 9360 of file HTMLPurifier.standalone.php.
| HTMLPurifier_AttrDef_CSS_FontFamily::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 42 of file FontFamily.php.
References $config, and HTMLPurifier_AttrDef::expandCSSEscape().
| HTMLPurifier_AttrDef_CSS_FontFamily::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 9391 of file HTMLPurifier.standalone.php.
References $config, and HTMLPurifier_AttrDef::expandCSSEscape().
HTMLPurifier_AttrDef_CSS_FontFamily::$mask = null [protected] |
Definition at line 9 of file FontFamily.php.