ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Files
File List
+
Globals
+
All
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
w
x
+
Variables
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
TargetBlank.php
Go to the documentation of this file.
1
<?php
2
7
class
HTMLPurifier_HTMLModule_TargetBlank
extends
HTMLPurifier_HTMLModule
8
{
12
public
$name
=
'TargetBlank'
;
13
17
public
function
setup
($config)
18
{
19
$a = $this->
addBlankElement
(
'a'
);
20
$a->attr_transform_post[] =
new
HTMLPurifier_AttrTransform_TargetBlank
();
21
}
22
}
23
24
// vim: et sw=4 sts=4
HTMLPurifier_HTMLModule\addBlankElement
addBlankElement($element)
Convenience function that creates a totally blank, non-standalone element.
Definition:
HTMLModule.php:174
HTMLPurifier_HTMLModule_TargetBlank
Module adds the target=blank attribute transformation to a tags.
Definition:
TargetBlank.php:7
HTMLPurifier_AttrTransform_TargetBlank
Adds target="blank" to all outbound links.
Definition:
TargetBlank.php:10
HTMLPurifier_HTMLModule
Represents an XHTML 1.1 module, with information on elements, tags and attributes.
Definition:
HTMLModule.php:18
HTMLPurifier_HTMLModule_TargetBlank\$name
$name
string
Definition:
TargetBlank.php:12
HTMLPurifier_HTMLModule_TargetBlank\setup
setup($config)
Definition:
TargetBlank.php:17
Services
Html
HtmlPurifier
library
HTMLPurifier
HTMLModule
TargetBlank.php
Generated on Mon Mar 31 2025 19:00:46 for ILIAS by
1.8.13 (using
Doxyfile
)