|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Decorator which enables CSS properties to be disabled for specific elements. More...
Inheritance diagram for HTMLPurifier_AttrDef_CSS_DenyElementDecorator:
Collaboration diagram for HTMLPurifier_AttrDef_CSS_DenyElementDecorator:Public Member Functions | |
| __construct ($def, $element) | |
| validate ($string, $config, $context) | |
| Checks if CurrentToken is set and equal to $this->element. More... | |
Public Member Functions inherited from HTMLPurifier_AttrDef | |
| validate ($string, $config, $context) | |
| Validates and cleans passed string according to a definition. More... | |
| parseCDATA ($string) | |
| Convenience method that parses a string as if it were CDATA. More... | |
| make ($string) | |
| Factory method for creating this class from a string. More... | |
Data Fields | |
| $def | |
| @type HTMLPurifier_AttrDef More... | |
| $element | |
| @type string More... | |
Data Fields inherited from HTMLPurifier_AttrDef | |
| $minimized = false | |
| Tells us whether or not an HTML attribute is minimized. More... | |
| $required = false | |
| Tells us whether or not an HTML attribute is required. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from HTMLPurifier_AttrDef | |
| mungeRgb ($string) | |
| Removes spaces from rgb(0, 0, 0) so that shorthand CSS properties work properly. More... | |
| expandCSSEscape ($string) | |
| Parses a possibly escaped CSS string and returns the "pure" version of it. More... | |
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 | |||
| ) |
| HTMLPurifier_AttrDef | $def | Definition to wrap |
| string | $element | Element to deny |
Definition at line 21 of file DenyElementDecorator.php.
| HTMLPurifier_AttrDef_CSS_DenyElementDecorator::validate | ( | $string, | |
| $config, | |||
| $context | |||
| ) |
Checks if CurrentToken is set and equal to $this->element.
| string | $string | |
| HTMLPurifier_Config | $config | |
| HTMLPurifier_Context | $context |
Reimplemented from HTMLPurifier_AttrDef.
Definition at line 34 of file DenyElementDecorator.php.
References $config, $context, and PHPMailer\PHPMailer\$token.
| HTMLPurifier_AttrDef_CSS_DenyElementDecorator::$def |
@type HTMLPurifier_AttrDef
Definition at line 11 of file DenyElementDecorator.php.
Referenced by __construct().
| HTMLPurifier_AttrDef_CSS_DenyElementDecorator::$element |