|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Validates name/value pairs in param tags to be used in safe objects. More...
Inheritance diagram for HTMLPurifier_AttrTransform_SafeParam:
Collaboration diagram for HTMLPurifier_AttrTransform_SafeParam:Public Member Functions | |
| __construct () | |
| transform ($attr, $config, $context) | |
Public Member Functions inherited from HTMLPurifier_AttrTransform | |
| 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... | |
Data Fields | |
| $name = "SafeParam" | |
| @type string More... | |
Private Attributes | |
| $uri | |
| @type HTMLPurifier_AttrDef_URI More... | |
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 27 of file SafeParam.php.
| HTMLPurifier_AttrTransform_SafeParam::transform | ( | $attr, | |
| $config, | |||
| $context | |||
| ) |
| array | $attr | |
| HTMLPurifier_Config | $config | |
| HTMLPurifier_Context | $context |
Reimplemented from HTMLPurifier_AttrTransform.
Definition at line 39 of file SafeParam.php.
References $config.
| HTMLPurifier_AttrTransform_SafeParam::$name = "SafeParam" |
@type string
Definition at line 20 of file SafeParam.php.
|
private |
@type HTMLPurifier_AttrDef_URI
Definition at line 25 of file SafeParam.php.