Öffentliche Methoden | |
__construct () | |
validate ($string, $config, $context) | |
![]() | |
validate ($string, $config, $context) | |
parseCDATA ($string) | |
make ($string) | |
Geschützte Attribute | |
$ipv4 | |
$ipv6 | |
Weitere Geerbte Elemente | |
![]() | |
$minimized = false | |
$required = false | |
![]() | |
mungeRgb ($string) | |
expandCSSEscape ($string) | |
Validates a host according to the IPv4, IPv6 and DNS (future) specifications.
validate | ( | $string, | |
$config, | |||
$context | |||
) |
string | $string | |
HTMLPurifier_Config | $config | |
HTMLPurifier_Context | $context |
Definiert in Zeile 33 der Datei Host.php.
Benutzt $ipv4.
|
protected |
IPv4 sub-validator. HTMLPurifier_AttrDef_URI_IPv4
Definiert in Zeile 13 der Datei Host.php.
Wird benutzt von validate().
|
protected |
IPv6 sub-validator. HTMLPurifier_AttrDef_URI_IPv6