|
| 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 |
|
) |
| |
- Parameters
-
- Returns
- array
Definition at line 16 of file SafeEmbed.php.
18 $attr[
'allowscriptaccess'] =
'never';
19 $attr[
'allownetworking'] =
'internal';
20 $attr[
'type'] =
'application/x-shockwave-flash';
◆ $name
HTMLPurifier_AttrTransform_SafeEmbed::$name = "SafeEmbed" |
The documentation for this class was generated from the following file:
- libs/composer/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/SafeEmbed.php