|
HTMLPurifier 4.4.0
|
Validates the border property as defined by CSS. 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 properties this property is shorthand for. | |
Validates the border property as defined by CSS.
Definition at line 6 of file Border.php.
| HTMLPurifier_AttrDef_CSS_Border::__construct | ( | $ | config | ) |
Definition at line 14 of file Border.php.
| HTMLPurifier_AttrDef_CSS_Border::__construct | ( | $ | config | ) |
Definition at line 8967 of file HTMLPurifier.standalone.php.
| HTMLPurifier_AttrDef_CSS_Border::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 21 of file Border.php.
References $config, HTMLPurifier_AttrDef::mungeRgb(), and HTMLPurifier_AttrDef::parseCDATA().
| HTMLPurifier_AttrDef_CSS_Border::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 8974 of file HTMLPurifier.standalone.php.
References $config, HTMLPurifier_AttrDef::mungeRgb(), and HTMLPurifier_AttrDef::parseCDATA().
HTMLPurifier_AttrDef_CSS_Border::$info = array() [protected] |
Local copy of properties this property is shorthand for.
Definition at line 12 of file Border.php.