|
| 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...
|
|
Definition at line 3 of file SafeEmbed.php.
◆ transform()
HTMLPurifier_AttrTransform_SafeEmbed::transform |
( |
|
$attr, |
|
|
|
$config, |
|
|
|
$context |
|
) |
| |
Definition at line 7 of file SafeEmbed.php.
8 $attr[
'allowscriptaccess'] =
'never';
9 $attr[
'allownetworking'] =
'internal';
10 $attr[
'type'] =
'application/x-shockwave-flash';
◆ $name
HTMLPurifier_AttrTransform_SafeEmbed::$name = "SafeEmbed" |
The documentation for this class was generated from the following file:
- Services/Html/HtmlPurifier/library/HTMLPurifier/AttrTransform/SafeEmbed.php