| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
Performs miscellaneous cross attribute validation and filtering for input elements. More...
 Inheritance diagram for HTMLPurifier_AttrTransform_Input:
 Inheritance diagram for HTMLPurifier_AttrTransform_Input: Collaboration diagram for HTMLPurifier_AttrTransform_Input:
 Collaboration diagram for HTMLPurifier_AttrTransform_Input:| Public Member Functions | |
| __construct () | |
| 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 | |
| $pixels | |
Performs miscellaneous cross attribute validation and filtering for input elements.
This is meant to be a post-transform.
| HTMLPurifier_AttrTransform_Input::__construct | ( | ) | 
| HTMLPurifier_AttrTransform_Input::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 15 of file Input.php.