| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
Class for handling width/height length attribute transformations to CSS. More...
 Inheritance diagram for HTMLPurifier_AttrTransform_Length:
 Inheritance diagram for HTMLPurifier_AttrTransform_Length: Collaboration diagram for HTMLPurifier_AttrTransform_Length:
 Collaboration diagram for HTMLPurifier_AttrTransform_Length:| Public Member Functions | |
| __construct ($name, $css_name=null) | |
| transform ($attr, $config, $context) | |
| Abstract: makes changes to the attributes dependent on multiple values. | |
|  Public Member Functions inherited from HTMLPurifier_AttrTransform | |
| prependCSS (&$attr, $css) | |
| Prepends CSS properties to the style attribute, creating the attribute if it doesn't exist. | |
| confiscateAttr (&$attr, $key) | |
| Retrieves and removes an attribute. | |
| Protected Attributes | |
| $name | |
| $cssName | |
Class for handling width/height length attribute transformations to CSS.
Definition at line 6 of file Length.php.
| HTMLPurifier_AttrTransform_Length::__construct | ( | $name, | |
| $css_name = null | |||
| ) | 
Definition at line 12 of file Length.php.
References $name.
| HTMLPurifier_AttrTransform_Length::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 | 
Reimplemented from HTMLPurifier_AttrTransform.
Definition at line 17 of file Length.php.
References HTMLPurifier_AttrTransform\confiscateAttr(), and HTMLPurifier_AttrTransform\prependCSS().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | protected | 
Definition at line 10 of file Length.php.
| 
 | protected | 
Definition at line 9 of file Length.php.
Referenced by __construct().