Class HTMLPurifier_URIScheme_ftp

Description

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

Located in /lib/core/Parsers/htmlpurifier/HTMLPurifier.standalone.php (line 15967)

HTMLPurifier_URIScheme
   |
   --HTMLPurifier_URIScheme_ftp
Variable Summary
Method Summary
void validate ( &$uri,  $config,  $context)
Variables
mixed $browsable = true (line 15970)
  • access: public

Redefinition of:
HTMLPurifier_URIScheme::$browsable
Whether or not URIs of this schem are locatable by a browser http and ftp are accessible, while mailto and news are not.
mixed $default_port = 21 (line 15969)
  • access: public

Redefinition of:
HTMLPurifier_URIScheme::$default_port
Scheme's default port (integer)
mixed $hierarchical = true (line 15971)
  • access: public

Redefinition of:
HTMLPurifier_URIScheme::$hierarchical
Whether or not the URI always uses <hier_part>, resolves edge cases
Methods
validate (line 15973)
  • access: public
void validate ( &$uri,  $config,  $context)
  • &$uri
  • $config
  • $context

Redefinition of:
HTMLPurifier_URIScheme::validate()
Validates the components of a URI

Inherited Methods

Inherited From HTMLPurifier_URIScheme

HTMLPurifier_URIScheme::validate()

Documentation generated on Sun, 06 Mar 2011 00:24:14 -0500 by phpDocumentor 1.4.3