
Öffentliche Methoden | |
| transform ($tag, $config, $context) | |
Datenfelder | |
| $transform_to | |
Geschützte Methoden | |
| prependCSS (&$attr, $css) | |
Definiert in Zeile 6 der Datei TagTransform.php.
| prependCSS | ( | &$ | attr, | |
| $ | css | |||
| ) | [protected] |
Prepends CSS properties to the style attribute, creating the attribute if it doesn't exist.
| $attr | Attribute array to process (passed by reference) | |
| $css | CSS to prepend |
Definiert in Zeile 29 der Datei TagTransform.php.

| transform | ( | $ | tag, | |
| $ | config, | |||
| $ | context | |||
| ) | [abstract] |
Transforms the obsolete tag into the valid tag.
| $tag | Tag to be transformed. | |
| $config | Mandatory HTMLPurifier_Config object | |
| $context | Mandatory HTMLPurifier_Context object |
Erneute Implementation in HTMLPurifier_TagTransform_Font und HTMLPurifier_TagTransform_Simple.
| $transform_to |
Tag name to transform the tag to.
Erneute Implementation in HTMLPurifier_TagTransform_Font.
Definiert in Zeile 12 der Datei TagTransform.php.
| Copyright © 2003 - 2009 MyOOS [Shopsystem]. All rights reserved. MyOOS [Shopsystem] is Free Software released under the GNU/GPL License. Webmaster: info@r23.de (Impressum) |
|