API - XOOPS 2.5.11 Beta 2
By monxoops.fr
|
Public Member Functions | |
transform ($tag, $config, $context) | |
Data Fields | |
$transform_to | |
Protected Member Functions | |
prependCSS (&$attr, $css) | |
Defines a mutation of an obsolete tag into a valid tag.
|
protected |
Prepends CSS properties to the style attribute, creating the attribute if it doesn't exist.
array | $attr | Attribute array to process (passed by reference) |
string | $css | CSS to prepend |
|
abstract |
Transforms the obsolete tag into the valid tag.
HTMLPurifier_Token_Tag | $tag | Tag to be transformed. |
HTMLPurifier_Config | $config | Mandatory HTMLPurifier_Config object |
HTMLPurifier_Context | $context | Mandatory HTMLPurifier_Context object |
Reimplemented in HTMLPurifier_TagTransform_Font, and HTMLPurifier_TagTransform_Simple.
$transform_to |
Tag name to transform the tag to. @type string