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

Public Member Functions

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

Public Attributes

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

Detailed Description

Validates nntp (Network News Transfer Protocol) as defined by generic RFC 1738

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

Member Function Documentation

◆ doValidate()

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

Reimplemented from HTMLPurifier_URIScheme.

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

Member Data Documentation

◆ $browsable

HTMLPurifier_URIScheme_nntp::$browsable = false

@type bool

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

◆ $default_port

HTMLPurifier_URIScheme_nntp::$default_port = 119

@type int

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


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