|
Cheetah
|
Public Member Functions | |
| __construct () | |
| validate ($string, $config, $context) | |
Public Member Functions inherited from HTMLPurifier_AttrDef | |
| parseCDATA ($string) | |
| make ($string) | |
Protected Attributes | |
| $ipv4 | |
| $ipv6 | |
Additional Inherited Members | |
Public Attributes inherited from HTMLPurifier_AttrDef | |
| $minimized = false | |
| $required = false | |
Protected Member Functions inherited from HTMLPurifier_AttrDef | |
| mungeRgb ($string) | |
| expandCSSEscape ($string) | |
Validates a host according to the IPv4, IPv6 and DNS (future) specifications.
Definition at line 13302 of file HTMLPurifier.standalone.php.
| HTMLPurifier_AttrDef_URI_Host::__construct | ( | ) |
Definition at line 13317 of file HTMLPurifier.standalone.php.
| HTMLPurifier_AttrDef_URI_Host::validate | ( | $string, | |
| $config, | |||
| $context | |||
| ) |
| string | $string | |
| HTMLPurifier_Config | $config | |
| HTMLPurifier_Context | $context |
Reimplemented from HTMLPurifier_AttrDef.
Definition at line 13329 of file HTMLPurifier.standalone.php.
|
protected |
IPv4 sub-validator. @type HTMLPurifier_AttrDef_URI_IPv4
Definition at line 13309 of file HTMLPurifier.standalone.php.
|
protected |
IPv6 sub-validator. @type HTMLPurifier_AttrDef_URI_IPv6
Definition at line 13315 of file HTMLPurifier.standalone.php.