XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
HTMLPurifier_URIScheme_mailto Class Reference
Inheritance diagram for HTMLPurifier_URIScheme_mailto:
Inheritance graph

Public Member Functions

 doValidate (&$uri, $config, $context)
 
- Public Member Functions inherited from HTMLPurifier_URIScheme
 doValidate (&$uri, $config, $context)
 
 validate (&$uri, $config, $context)
 

Public Attributes

 $browsable = false
 
 $may_omit_host = true
 
- Public Attributes inherited from HTMLPurifier_URIScheme
 $browsable = false
 
 $default_port = null
 
 $hierarchical = false
 
 $may_omit_host = false
 
 $secure = false
 

Detailed Description

Validates mailto (for E-mail) according to RFC 2368

Todo:

Validate the email address

Filter allowed query parameters

Definition at line 12 of file mailto.php.

Member Function Documentation

HTMLPurifier_URIScheme_mailto::doValidate ( $uri,
  $config,
  $context 
)

Definition at line 17 of file mailto.php.

Member Data Documentation

HTMLPurifier_URIScheme_mailto::$browsable = false

Definition at line 14 of file mailto.php.

HTMLPurifier_URIScheme_mailto::$may_omit_host = true

Definition at line 15 of file mailto.php.


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