

Öffentliche Methoden | |
| __construct ($attr, $css) | |
| transform ($attr, $config, $context) | |
Geschützte Attribute | |
| $attr | |
| $css | |
Definiert in Zeile 6 der Datei BoolToCSS.php.
| __construct | ( | $ | attr, | |
| $ | css | |||
| ) |
| $attr | string attribute name to convert from | |
| $css | string CSS declarations to add to style (needs semicolon) |
Definiert in Zeile 22 der Datei BoolToCSS.php.
| transform | ( | $ | attr, | |
| $ | config, | |||
| $ | context | |||
| ) |
Abstract: makes changes to the attributes dependent on multiple values.
| $attr | Assoc array of attributes, usually from HTMLPurifier_Token_Tag::$attr | |
| $config | Mandatory HTMLPurifier_Config object. | |
| $context | Mandatory HTMLPurifier_Context object |
Erneute Implementation von HTMLPurifier_AttrTransform.
Definiert in Zeile 27 der Datei BoolToCSS.php.

$attr [protected] |
Name of boolean attribute that is trigger
Definiert in Zeile 11 der Datei BoolToCSS.php.
$css [protected] |
CSS declarations to add to style, needs trailing semicolon
Definiert in Zeile 16 der Datei BoolToCSS.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) |
|