Cheetah
|
Public Member Functions | |
__construct () | |
transform ($attr, $config, $context) | |
![]() | |
prependCSS (&$attr, $css) | |
confiscateAttr (&$attr, $key) | |
Adds target="blank" to all outbound links. This transform is only attached if Attr.TargetBlank is TRUE. This works regardless of whether or not Attr.AllowedFrameTargets
Definition at line 14378 of file HTMLPurifier.standalone.php.
HTMLPurifier_AttrTransform_TargetBlank::__construct | ( | ) |
Definition at line 14385 of file HTMLPurifier.standalone.php.
HTMLPurifier_AttrTransform_TargetBlank::transform | ( | $attr, | |
$config, | |||
$context | |||
) |
array | $attr | |
HTMLPurifier_Config | $config | |
HTMLPurifier_Context | $context |
Reimplemented from HTMLPurifier_AttrTransform.
Definition at line 14396 of file HTMLPurifier.standalone.php.