|
HTMLPurifier 4.4.0
|
Performs miscellaneous cross attribute validation and filtering for input elements. More...
Public Member Functions | |
| __construct () | |
| transform ($attr, $config, $context) | |
| Abstract: makes changes to the attributes dependent on multiple values. | |
| __construct () | |
| transform ($attr, $config, $context) | |
| Abstract: makes changes to the attributes dependent on multiple values. | |
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 | ( | ) |
Definition at line 10946 of file HTMLPurifier.standalone.php.
| 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.
References $config.
| 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 10950 of file HTMLPurifier.standalone.php.
References $config.