HTMLPurifier_TagTransform
Defines a mutation of an obsolete tag into a valid tag.
- Full name:
\HTMLPurifier_TagTransform
- This class is an Abstract class
Properties
transform_to
Tag name to transform the tag to.
Methods
transform
Transforms the obsolete tag into the valid tag.
public transform(\HTMLPurifier_Token_Tag $tag, \HTMLPurifier_Config $config, \HTMLPurifier_Context $context): mixed
- This method is abstract.
Parameters:
Parameter | Type | Description |
---|---|---|
$tag |
\HTMLPurifier_Token_Tag | Tag to be transformed. |
$config |
\HTMLPurifier_Config | Mandatory HTMLPurifier_Config object |
$context |
\HTMLPurifier_Context | Mandatory HTMLPurifier_Context object |
prependCSS
Prepends CSS properties to the style attribute, creating the attribute if it doesn't exist.
Parameters:
Parameter | Type | Description |
---|---|---|
$attr |
array | Attribute array to process (passed by reference) |
$css |
string | CSS to prepend |
Automatically generated on 2025-03-18