|
HTMLPurifier 4.4.0
|
Validates the value of background-position. 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 | |
| $length | |
| $percentage | |
Validates the value of background-position.
Definition at line 44 of file BackgroundPosition.php.
| HTMLPurifier_AttrDef_CSS_BackgroundPosition::__construct | ( | ) |
Definition at line 50 of file BackgroundPosition.php.
| HTMLPurifier_AttrDef_CSS_BackgroundPosition::__construct | ( | ) |
Definition at line 8869 of file HTMLPurifier.standalone.php.
| HTMLPurifier_AttrDef_CSS_BackgroundPosition::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 55 of file BackgroundPosition.php.
References $config, and HTMLPurifier_AttrDef::parseCDATA().
| HTMLPurifier_AttrDef_CSS_BackgroundPosition::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 8874 of file HTMLPurifier.standalone.php.
References $config, and HTMLPurifier_AttrDef::parseCDATA().
HTMLPurifier_AttrDef_CSS_BackgroundPosition::$length [protected] |
Definition at line 47 of file BackgroundPosition.php.
HTMLPurifier_AttrDef_CSS_BackgroundPosition::$percentage [protected] |
Definition at line 48 of file BackgroundPosition.php.