|
HTMLPurifier 4.4.0
|
Validates name/value pairs in param tags to be used in safe objects. 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. | |
Public Attributes | |
| $name = "SafeParam" | |
Private Attributes | |
| $uri | |
Validates name/value pairs in param tags to be used in safe objects.
This will only allow name values it recognizes, and pre-fill certain attributes with required values.
Definition at line 15 of file SafeParam.php.
| HTMLPurifier_AttrTransform_SafeParam::__construct | ( | ) |
Definition at line 20 of file SafeParam.php.
| HTMLPurifier_AttrTransform_SafeParam::__construct | ( | ) |
Definition at line 11182 of file HTMLPurifier.standalone.php.
| HTMLPurifier_AttrTransform_SafeParam::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 25 of file SafeParam.php.
References $config.
| HTMLPurifier_AttrTransform_SafeParam::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 11187 of file HTMLPurifier.standalone.php.
References $config.
| HTMLPurifier_AttrTransform_SafeParam::$name = "SafeParam" |
Definition at line 17 of file SafeParam.php.
HTMLPurifier_AttrTransform_SafeParam::$uri [private] |
Definition at line 18 of file SafeParam.php.