ILIAS
Release_5_0_x_branch Revision 61816
|
Performs miscellaneous cross attribute validation and filtering for input elements. More...
Public Member Functions | |
__construct () | |
transform ($attr, $config, $context) | |
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 | |
HTMLPurifier_AttrDef_HTML_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 | |||
) |
array | $attr | |
HTMLPurifier_Config | $config | |
HTMLPurifier_Context | $context |
Reimplemented from HTMLPurifier_AttrTransform.
Definition at line 25 of file Input.php.
|
protected |