| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
Special-case enum attribute definition that lazy loads allowed frame targets. More...
 Inheritance diagram for HTMLPurifier_AttrDef_HTML_FrameTarget:
 Inheritance diagram for HTMLPurifier_AttrDef_HTML_FrameTarget: Collaboration diagram for HTMLPurifier_AttrDef_HTML_FrameTarget:
 Collaboration diagram for HTMLPurifier_AttrDef_HTML_FrameTarget:| Public Member Functions | |
| __construct () | |
| validate ($string, $config, $context) | |
| Validates and cleans passed string according to a definition. | |
|  Public Member Functions inherited from HTMLPurifier_AttrDef_Enum | |
| __construct ($valid_values=array(), $case_sensitive=false) | |
| make ($string) | |
|  Public Member Functions inherited from HTMLPurifier_AttrDef | |
| parseCDATA ($string) | |
| Convenience method that parses a string as if it were CDATA. | |
| Data Fields | |
| $valid_values = false | |
|  Data Fields inherited from HTMLPurifier_AttrDef_Enum | |
| $valid_values = array() | |
| Lookup table of valid values. | |
|  Data Fields inherited from HTMLPurifier_AttrDef | |
| $minimized = false | |
| Tells us whether or not an HTML attribute is minimized. | |
| $required = false | |
| Tells us whether or not an HTML attribute is required. | |
| Protected Attributes | |
| $case_sensitive = false | |
|  Protected Attributes inherited from HTMLPurifier_AttrDef_Enum | |
| $case_sensitive = false | |
| Bool indicating whether or not enumeration is case sensitive. | |
| Additional Inherited Members | |
|  Protected Member Functions inherited from HTMLPurifier_AttrDef | |
| mungeRgb ($string) | |
| Removes spaces from rgb(0, 0, 0) so that shorthand CSS properties work properly. | |
| expandCSSEscape ($string) | |
| Parses a possibly escaped CSS string and returns the "pure" version of it. | |
Special-case enum attribute definition that lazy loads allowed frame targets.
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::validate | ( | $string, | |
| $config, | |||
| $context | |||
| ) | 
Validates and cleans passed string according to a definition.
| $string | String to be validated and cleaned. | 
| $config | Mandatory HTMLPurifier_Config object. | 
| $context | Mandatory HTMLPurifier_AttrContext object. | 
Reimplemented from HTMLPurifier_AttrDef_Enum.
Definition at line 14 of file FrameTarget.php.
References $config.
| 
 | protected | 
Definition at line 10 of file FrameTarget.php.
| HTMLPurifier_AttrDef_HTML_FrameTarget::$valid_values = false | 
Definition at line 9 of file FrameTarget.php.