|
HTMLPurifier 4.4.0
|
Decorator which enables CSS properties to be disabled for specific elements. More...
Public Member Functions | |
| __construct ($def, $element) | |
| validate ($string, $config, $context) | |
| Checks if CurrentToken is set and equal to $this->element. | |
| __construct ($def, $element) | |
| validate ($string, $config, $context) | |
| Checks if CurrentToken is set and equal to $this->element. | |
Public Attributes | |
| $def | |
| $element | |
Decorator which enables CSS properties to be disabled for specific elements.
Definition at line 6 of file DenyElementDecorator.php.
| HTMLPurifier_AttrDef_CSS_DenyElementDecorator::__construct | ( | $ | def, |
| $ | element | ||
| ) |
| $def | Definition to wrap |
| $element | Element to deny |
Definition at line 14 of file DenyElementDecorator.php.
| HTMLPurifier_AttrDef_CSS_DenyElementDecorator::__construct | ( | $ | def, |
| $ | element | ||
| ) |
| $def | Definition to wrap |
| $element | Element to deny |
Definition at line 9129 of file HTMLPurifier.standalone.php.
| HTMLPurifier_AttrDef_CSS_DenyElementDecorator::validate | ( | $ | string, |
| $ | config, | ||
| $ | context | ||
| ) |
Checks if CurrentToken is set and equal to $this->element.
Reimplemented from HTMLPurifier_AttrDef.
Definition at line 21 of file DenyElementDecorator.php.
References $config.
| HTMLPurifier_AttrDef_CSS_DenyElementDecorator::validate | ( | $ | string, |
| $ | config, | ||
| $ | context | ||
| ) |
Checks if CurrentToken is set and equal to $this->element.
Reimplemented from HTMLPurifier_AttrDef.
Definition at line 9136 of file HTMLPurifier.standalone.php.
References $config.
| HTMLPurifier_AttrDef_CSS_DenyElementDecorator::$def |
Definition at line 8 of file DenyElementDecorator.php.
Referenced by __construct().
| HTMLPurifier_AttrDef_CSS_DenyElementDecorator::$element |
Definition at line 8 of file DenyElementDecorator.php.
Referenced by __construct().