Moodle  2.2.1
http://www.collinsharper.com
HTMLPurifier_URIScheme_ftp Class Reference
Inheritance diagram for HTMLPurifier_URIScheme_ftp:
Collaboration diagram for HTMLPurifier_URIScheme_ftp:

Public Member Functions

 doValidate (&$uri, $config, $context)

Data Fields

 $default_port = 21
 $browsable = true
 $hierarchical = true

Detailed Description

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

Definition at line 6 of file ftp.php.


Member Function Documentation

doValidate ( &$  uri,
config,
context 
)

Validates the components of a URI for a specific scheme.

Parameters:
$uriReference to a HTMLPurifier_URI object
$configHTMLPurifier_Config object
$contextHTMLPurifier_Context object
Returns:
Bool success or failure

Reimplemented from HTMLPurifier_URIScheme.

Definition at line 12 of file ftp.php.


Field Documentation

$browsable = true

Whether or not URIs of this schem are locatable by a browser http and ftp are accessible, while mailto and news are not.

Reimplemented from HTMLPurifier_URIScheme.

Definition at line 9 of file ftp.php.

$default_port = 21

Scheme's default port (integer). If an explicit port number is specified that coincides with the default port, it will be elided.

Reimplemented from HTMLPurifier_URIScheme.

Definition at line 8 of file ftp.php.

$hierarchical = true

Whether or not the URI always uses <hier_part>, resolves edge cases with making relative URIs absolute

Reimplemented from HTMLPurifier_URIScheme.

Definition at line 10 of file ftp.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations