

Öffentliche Methoden | |
| __construct ($valid_values=array(), $case_sensitive=false) | |
| validate ($string, $config, $context) | |
| make ($string) | |
Datenfelder | |
| $valid_values = array() | |
Geschützte Attribute | |
| $case_sensitive = false | |
Definiert in Zeile 10 der Datei Enum.php.
| __construct | ( | $ | valid_values = array(), |
|
| $ | case_sensitive = false | |||
| ) |
| make | ( | $ | string | ) |
| $string | In form of comma-delimited list of case-insensitive valid values. Example: "foo,bar,baz". Prepend "s:" to make case sensitive |
Erneute Implementation von HTMLPurifier_AttrDef.
| 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. |
Erneute Implementation von HTMLPurifier_AttrDef.
Erneute Implementation in HTMLPurifier_AttrDef_HTML_FrameTarget.
$case_sensitive = false [protected] |
Bool indicating whether or not enumeration is case sensitive.
Erneute Implementation in HTMLPurifier_AttrDef_HTML_FrameTarget.
| $valid_values = array() |
Lookup table of valid values.
Erneute Implementation in HTMLPurifier_AttrDef_HTML_FrameTarget.
| Copyright © 2003 - 2009 MyOOS [Shopsystem]. All rights reserved. MyOOS [Shopsystem] is Free Software released under the GNU/GPL License. Webmaster: info@r23.de (Impressum) |
|