Cheetah
|
Public Member Functions | |
__construct ($valid_values=array(), $case_sensitive=false) | |
validate ($string, $config, $context) | |
make ($string) | |
![]() | |
parseCDATA ($string) | |
Public Attributes | |
$valid_values = array() | |
![]() | |
$minimized = false | |
$required = false | |
Protected Attributes | |
$case_sensitive = false | |
Additional Inherited Members | |
![]() | |
mungeRgb ($string) | |
expandCSSEscape ($string) | |
Validates a keyword against a list of valid values.
Definition at line 10491 of file HTMLPurifier.standalone.php.
HTMLPurifier_AttrDef_Enum::__construct | ( | $valid_values = array() , |
|
$case_sensitive = false |
|||
) |
array | $valid_values | List of valid values |
bool | $case_sensitive | Whether or not case sensitive |
Definition at line 10511 of file HTMLPurifier.standalone.php.
HTMLPurifier_AttrDef_Enum::make | ( | $string | ) |
string | $string | In form of comma-delimited list of case-insensitive valid values. Example: "foo,bar,baz". Prepend "s:" to make case sensitive |
Reimplemented from HTMLPurifier_AttrDef.
Definition at line 10541 of file HTMLPurifier.standalone.php.
HTMLPurifier_AttrDef_Enum::validate | ( | $string, | |
$config, | |||
$context | |||
) |
string | $string | |
HTMLPurifier_Config | $config | |
HTMLPurifier_Context | $context |
Reimplemented from HTMLPurifier_AttrDef.
Reimplemented in HTMLPurifier_AttrDef_HTML_FrameTarget.
Definition at line 10523 of file HTMLPurifier.standalone.php.
|
protected |
Bool indicating whether or not enumeration is case sensitive.
Definition at line 10505 of file HTMLPurifier.standalone.php.
HTMLPurifier_AttrDef_Enum::$valid_values = array() |
Lookup table of valid values. @type array
Definition at line 10499 of file HTMLPurifier.standalone.php.