ILIAS
Release_4_1_x_branch Revision 61804
◀ ilDoc Overview
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Groups
Pages
Nofollow.php
Go to the documentation of this file.
1
<?php
2
7
class
HTMLPurifier_HTMLModule_Nofollow
extends
HTMLPurifier_HTMLModule
8
{
9
10
public
$name
=
'Nofollow'
;
11
12
public
function
setup
(
$config
) {
13
$a = $this->
addBlankElement
(
'a'
);
14
$a->attr_transform_post[] =
new
HTMLPurifier_AttrTransform_Nofollow
();
15
}
16
17
}
18
19
// vim: et sw=4 sts=4
Services
Html
HtmlPurifier
library
HTMLPurifier
HTMLModule
Nofollow.php
Generated on Thu Apr 21 2016 19:02:50 for ILIAS by
1.8.1.2 (using
Doxyfile
)