ILIAS
release_4-4 Revision
|
Performs miscellaneous cross attribute validation and filtering for input elements. More...
Public Member Functions | |
__construct () | |
transform ($attr, $config, $context) | |
![]() | |
transform ($attr, $config, $context) | |
Abstract: makes changes to the attributes dependent on multiple values. More... | |
prependCSS (&$attr, $css) | |
Prepends CSS properties to the style attribute, creating the attribute if it doesn't exist. More... | |
confiscateAttr (&$attr, $key) | |
Retrieves and removes an attribute. More... | |
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 11 of file Input.php.
HTMLPurifier_AttrTransform_Input::transform | ( | $attr, | |
$config, | |||
$context | |||
) |