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

Public Member Functions

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

Public Attributes

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

Detailed Description

Validates ftp (File Transfer Protocol) URIs as defined by generic RFC 1738.

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

Member Function Documentation

◆ doValidate()

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

Reimplemented from HTMLPurifier_URIScheme.

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

Member Data Documentation

◆ $browsable

HTMLPurifier_URIScheme_ftp::$browsable = true

@type bool

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

◆ $default_port

HTMLPurifier_URIScheme_ftp::$default_port = 21

@type int

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

◆ $hierarchical

HTMLPurifier_URIScheme_ftp::$hierarchical = true

@type bool

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


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