Class HTMLPurifier_AttrDef_Enum
Validates a keyword against a list of valid values.
- HTMLPurifier_AttrDef
- HTMLPurifier_AttrDef_Enum
Direct known subclasses
HTMLPurifier_AttrDef_HTML_FrameTarget
Warning:
The case-insensitive compare of this function uses PHP's built-in strtolower and
ctype_lower functions, which may cause problems with international comparisons
Located at x2engine/framework/vendors/htmlpurifier/HTMLPurifier.standalone.php
Located at x2engine/framework/vendors/htmlpurifier/HTMLPurifier.standalone.php
public
|
|
public
boolean|string
|
|
public
|
expandCSSEscape(),
mungeRgb(),
parseCDATA()
|
public
array
|
$valid_values | array() |
#
Lookup table of valid values. |
protected
boolean
|
$case_sensitive | false |
#
Bool indicating whether or not enumeration is case sensitive. |
$minimized,
$required
|