abstract |
|---|
Defines a mutation of an obsolete tag into a valid tag.
| Methods | ||||||||
|---|---|---|---|---|---|---|---|---|
abstract
public
|
transform(HTMLPurifier_Token_Tag $tag, HTMLPurifier_Config $config, HTMLPurifier_Context $context)
Transforms the obsolete tag into the valid tag.
Transforms the obsolete tag into the valid tag. Parameters
Implemented by |
# | ||||||
protected
|
prependCSS(array &$attr, string $css)
Prepends CSS properties to the style attribute, creating the
attribute if it doesn't exist.
Prepends CSS properties to the style attribute, creating the attribute if it doesn't exist. Parameters
|
# | ||||||
| Properties | |||
|---|---|---|---|
public
|
|
$transform_to
Tag name to transform the tag to.
Tag name to transform the tag to. |
# |