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
FrameTarget.php
Go to the documentation of this file.
1
<?php
2
6
class
HTMLPurifier_AttrDef_HTML_FrameTarget
extends
HTMLPurifier_AttrDef_Enum
7
{
8
12
public
$valid_values
=
false
;
// uninitialized value
13
17
protected
$case_sensitive
=
false
;
18
19
public
function
__construct
()
20
{
21
}
22
29
public
function
validate
($string, $config, $context)
30
{
31
if
($this->valid_values ===
false
) {
32
$this->valid_values = $config->get(
'Attr.AllowedFrameTargets'
);
33
}
34
return
parent::validate($string, $config, $context);
35
}
36
}
37
38
// vim: et sw=4 sts=4
HTMLPurifier_AttrDef_HTML_FrameTarget\__construct
__construct()
Definition:
FrameTarget.php:19
HTMLPurifier_AttrDef_HTML_FrameTarget
Special-case enum attribute definition that lazy loads allowed frame targets.
Definition:
FrameTarget.php:6
HTMLPurifier_AttrDef_HTML_FrameTarget\$valid_values
$valid_values
array
Definition:
FrameTarget.php:12
HTMLPurifier_AttrDef_HTML_FrameTarget\validate
validate($string, $config, $context)
Definition:
FrameTarget.php:29
HTMLPurifier_AttrDef_Enum
Validates a keyword against a list of valid values.
Definition:
Enum.php:10
HTMLPurifier_AttrDef_HTML_FrameTarget\$case_sensitive
$case_sensitive
bool
Definition:
FrameTarget.php:17
Services
Html
HtmlPurifier
library
HTMLPurifier
AttrDef
HTML
FrameTarget.php
Generated on Mon Apr 7 2025 19:00:51 for ILIAS by
1.8.13 (using
Doxyfile
)