ILIAS
release_4-4 Revision
|
Adds rel="nofollow" to all outbound links. More...
Public Member Functions | |
__construct () | |
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... | |
Private Attributes | |
$parser | |
Adds rel="nofollow" to all outbound links.
This transform is only attached if Attr.Nofollow is TRUE.
Definition at line 9 of file Nofollow.php.
HTMLPurifier_AttrTransform_Nofollow::__construct | ( | ) |
Definition at line 13 of file Nofollow.php.
HTMLPurifier_AttrTransform_Nofollow::transform | ( | $attr, | |
$config, | |||
$context | |||
) |
Definition at line 17 of file Nofollow.php.
|
private |
Definition at line 11 of file Nofollow.php.