Class HTMLPurifier_AttrTransform_Input

InheritanceHTMLPurifier_AttrTransform_Input » HTMLPurifier_AttrTransform

Performs miscellaneous cross attribute validation and filtering for input elements. This is meant to be a post-transform.

Protected Properties

Hide inherited properties

PropertyTypeDescriptionDefined By
$pixels HTMLPurifier_AttrTransform_Input

Public Methods

Hide inherited methods

MethodDescriptionDefined By
__construct() HTMLPurifier_AttrTransform_Input
confiscateAttr() Retrieves and removes an attribute HTMLPurifier_AttrTransform
prependCSS() Prepends CSS properties to the style attribute, creating the attribute if it doesn't exist. HTMLPurifier_AttrTransform
transform() HTMLPurifier_AttrTransform_Input

Property Details

$pixels protected property
protected $pixels null

Method Details

__construct() public method

public void __construct ( )
transform() public method

public array transform ( $attr, $config, $context )
$attr array
$config HTMLPurifier_Config
$context HTMLPurifier_Context