Cheetah
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
HTMLPurifier_AttrDef_URI_IPv4 Class Reference
Inheritance diagram for HTMLPurifier_AttrDef_URI_IPv4:
HTMLPurifier_AttrDef HTMLPurifier_AttrDef_URI_IPv6

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
 

Detailed Description

Validates an IPv4 address

Author
Feyd @ forums.devnetwork.net (public domain)

Definition at line 13446 of file HTMLPurifier.standalone.php.

Member Function Documentation

◆ _loadRegex()

HTMLPurifier_AttrDef_URI_IPv4::_loadRegex ( )
protected

Lazy load function to prevent regex from being stuffed in cache.

Definition at line 13477 of file HTMLPurifier.standalone.php.

◆ validate()

HTMLPurifier_AttrDef_URI_IPv4::validate (   $aIP,
  $config,
  $context 
)
Parameters
string$aIP
HTMLPurifier_Config$config
HTMLPurifier_Context$context
Returns
bool|string

Reimplemented from HTMLPurifier_AttrDef.

Reimplemented in HTMLPurifier_AttrDef_URI_IPv6.

Definition at line 13461 of file HTMLPurifier.standalone.php.

Member Data Documentation

◆ $ip4

HTMLPurifier_AttrDef_URI_IPv4::$ip4
protected

IPv4 regex, protected so that IPv6 can reuse it. @type string

Definition at line 13453 of file HTMLPurifier.standalone.php.


The documentation for this class was generated from the following file: