|  | 
|  | doValidate (&$uri, $config, $context) | 
|  | 
|  | validate (&$uri, $config, $context) | 
|  | Public interface for validating components of a URI. 
 | 
|  | 
|  | 
|  | $browsable = false | 
|  | @type bool 
 | 
|  | 
|  | $default_port = null | 
|  | Scheme's default port (integer). 
 | 
|  | 
|  | $hierarchical = false | 
|  | Whether or not the URI always uses <hier_part>, resolves edge cases with making relative URIs absolute @type bool. 
 | 
|  | 
|  | $may_omit_host = true | 
|  | @type bool 
 | 
|  | 
|  | $secure = false | 
|  | Whether or not data transmitted over this scheme is encrypted. 
 | 
|  | 
◆ doValidate()
      
        
          | HTMLPurifier_URIScheme_news::doValidate | ( | & | $uri, | 
        
          |  |  |  | $config, | 
        
          |  |  |  | $context ) | 
      
 
 
◆ validate()
  
  | 
        
          | HTMLPurifier_URIScheme::validate | ( | & | $uri, |  
          |  |  |  | $config, |  
          |  |  |  | $context ) |  | inherited | 
 
Public interface for validating components of a URI. 
Performs a bunch of default actions. Don't overload this method. 
- Parameters
- 
  
  
- Return values
- 
  
  
 
 
◆ $default_port
  
  | 
        
          | HTMLPurifier_URIScheme::$default_port = null |  | inherited | 
 
Scheme's default port (integer). 
If an explicit port number is specified that coincides with the default port, it will be elided. @type int 
 
 
◆ $secure
  
  | 
        
          | HTMLPurifier_URIScheme::$secure = false |  | inherited | 
 
Whether or not data transmitted over this scheme is encrypted. 
https is secure, http is not. @type bool 
 
 
The documentation for this class was generated from the following file:
- lib/htmlpurifier/HTMLPurifier/URIScheme/news.php