
Public Member Functions | |
| __construct () | |
| validate ($string, $config, $context) | |
| __construct () | |
| validate ($string, $config, $context) | |
Public Attributes | |
| $valid_values = false | |
| Lookup table of valid values. | |
Protected Attributes | |
| $case_sensitive = false | |
| Bool indicating whether or not enumeration is case sensitive. | |
Definition at line 6 of file FrameTarget.php.
| HTMLPurifier_AttrDef_HTML_FrameTarget::__construct | ( | ) |
Definition at line 12 of file FrameTarget.php.
| HTMLPurifier_AttrDef_HTML_FrameTarget::__construct | ( | ) |
Definition at line 8590 of file HTMLPurifier.standalone.php.
| HTMLPurifier_AttrDef_HTML_FrameTarget::validate | ( | $ | string, | |
| $ | config, | |||
| $ | context | |||
| ) |
| HTMLPurifier_AttrDef_HTML_FrameTarget::validate | ( | $ | string, | |
| $ | config, | |||
| $ | context | |||
| ) |
Reimplemented from HTMLPurifier_AttrDef_Enum.
Definition at line 8592 of file HTMLPurifier.standalone.php.
| HTMLPurifier_AttrDef_HTML_FrameTarget::$valid_values = false |
Lookup table of valid values.
Reimplemented from HTMLPurifier_AttrDef_Enum.
Definition at line 9 of file FrameTarget.php.
HTMLPurifier_AttrDef_HTML_FrameTarget::$case_sensitive = false [protected] |
Bool indicating whether or not enumeration is case sensitive.
Reimplemented from HTMLPurifier_AttrDef_Enum.
Definition at line 10 of file FrameTarget.php.
1.5.3