
Public Member Functions | |
| validate ($aIP, $config, $context) | |
| validate ($aIP, $config, $context) | |
Protected Member Functions | |
| _loadRegex () | |
| Lazy load function to prevent regex from being stuffed in cache. | |
| _loadRegex () | |
| Lazy load function to prevent regex from being stuffed in cache. | |
Protected Attributes | |
| $ip4 | |
| IPv4 regex, protected so that IPv6 can reuse it. | |
Definition at line 7 of file IPv4.php.
| HTMLPurifier_AttrDef_URI_IPv4::validate | ( | $ | aIP, | |
| $ | config, | |||
| $ | context | |||
| ) |
Reimplemented in HTMLPurifier_AttrDef_URI_IPv6, and HTMLPurifier_AttrDef_URI_IPv6.
Definition at line 15 of file IPv4.php.
References _loadRegex().
| HTMLPurifier_AttrDef_URI_IPv4::_loadRegex | ( | ) | [protected] |
Lazy load function to prevent regex from being stuffed in cache.
Definition at line 32 of file IPv4.php.
Referenced by HTMLPurifier_AttrDef_URI_IPv6::validate(), and validate().
| HTMLPurifier_AttrDef_URI_IPv4::validate | ( | $ | aIP, | |
| $ | config, | |||
| $ | context | |||
| ) |
Reimplemented in HTMLPurifier_AttrDef_URI_IPv6, and HTMLPurifier_AttrDef_URI_IPv6.
Definition at line 8996 of file HTMLPurifier.standalone.php.
| HTMLPurifier_AttrDef_URI_IPv4::_loadRegex | ( | ) | [protected] |
Lazy load function to prevent regex from being stuffed in cache.
Definition at line 9013 of file HTMLPurifier.standalone.php.
HTMLPurifier_AttrDef_URI_IPv4::$ip4 [protected] |
1.5.3