|
Cheetah
|
Public Member Functions | |
| validate ($aIP, $config, $context) | |
Public Member Functions inherited from HTMLPurifier_AttrDef | |
| parseCDATA ($string) | |
| make ($string) | |
Protected Member Functions | |
| _loadRegex () | |
Protected Member Functions inherited from HTMLPurifier_AttrDef | |
| mungeRgb ($string) | |
| expandCSSEscape ($string) | |
Protected Attributes | |
| $ip4 | |
Additional Inherited Members | |
Public Attributes inherited from HTMLPurifier_AttrDef | |
| $minimized = false | |
| $required = false | |
Validates an IPv4 address
Definition at line 13446 of file HTMLPurifier.standalone.php.
|
protected |
Lazy load function to prevent regex from being stuffed in cache.
Definition at line 13477 of file HTMLPurifier.standalone.php.
| HTMLPurifier_AttrDef_URI_IPv4::validate | ( | $aIP, | |
| $config, | |||
| $context | |||
| ) |
| string | $aIP | |
| HTMLPurifier_Config | $config | |
| HTMLPurifier_Context | $context |
Reimplemented from HTMLPurifier_AttrDef.
Reimplemented in HTMLPurifier_AttrDef_URI_IPv6.
Definition at line 13461 of file HTMLPurifier.standalone.php.
|
protected |
IPv4 regex, protected so that IPv6 can reuse it. @type string
Definition at line 13453 of file HTMLPurifier.standalone.php.