

Öffentliche Methoden | |
| __construct ($attr, $enum_to_css, $case_sensitive=false) | |
| transform ($attr, $config, $context) | |
Geschützte Attribute | |
| $attr | |
| $enumToCSS = array() | |
| $caseSensitive = false | |
Definiert in Zeile 7 der Datei EnumToCSS.php.
| __construct | ( | $ | attr, | |
| $ | enum_to_css, | |||
| $ | case_sensitive = false | |||
| ) |
| $attr | String attribute name to transform from | |
| $enumToCSS | Lookup array of attribute values to CSS | |
| $case_sensitive | Boolean case sensitivity indicator, default false |
Definiert in Zeile 31 der Datei EnumToCSS.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 37 der Datei EnumToCSS.php.

$attr [protected] |
Name of attribute to transform from
Definiert in Zeile 12 der Datei EnumToCSS.php.
$caseSensitive = false [protected] |
Case sensitivity of the matching
Definiert in Zeile 24 der Datei EnumToCSS.php.
$enumToCSS = array() [protected] |
Lookup array of attribute values to CSS
Definiert in Zeile 17 der Datei EnumToCSS.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) |
|