Cheetah
Public Member Functions | Public Attributes | List of all members
HTMLPurifier_URIScheme_mailto Class Reference
Inheritance diagram for HTMLPurifier_URIScheme_mailto:
HTMLPurifier_URIScheme

Public Member Functions

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

Public Attributes

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

Detailed Description

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

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

Member Function Documentation

◆ doValidate()

HTMLPurifier_URIScheme_mailto::doValidate ( $uri,
  $config,
  $context 
)
Parameters
HTMLPurifier_URI$uri
HTMLPurifier_Config$config
HTMLPurifier_Context$context
Returns
bool

Reimplemented from HTMLPurifier_URIScheme.

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

Member Data Documentation

◆ $browsable

HTMLPurifier_URIScheme_mailto::$browsable = false

@type bool

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

◆ $may_omit_host

HTMLPurifier_URIScheme_mailto::$may_omit_host = true

@type bool

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


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