See Release Notes
Long Term Support Release
(no description)
File Size: | 44 lines (1 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
HTMLPurifier_TagTransform_Simple:: (2 methods):
__construct()
transform()
Class: HTMLPurifier_TagTransform_Simple - X-Ref
Simple transformation, just change tag name to something else,__construct($transform_to, $style = null) X-Ref |
param: string $transform_to Tag name to transform to. param: string $style CSS style to add to the tag |
transform($tag, $config, $context) X-Ref |
param: HTMLPurifier_Token_Tag $tag param: HTMLPurifier_Config $config param: HTMLPurifier_Context $context return: string |