|
HTMLPurifier 4.4.0
|
Validates ftp (File Transfer Protocol) URIs as defined by generic RFC 1738. More...
Public Member Functions | |
| doValidate (&$uri, $config, $context) | |
| Validates the components of a URI for a specific scheme. | |
| doValidate (&$uri, $config, $context) | |
| Validates the components of a URI for a specific scheme. | |
Public Attributes | |
| $default_port = 21 | |
| Scheme's default port (integer). | |
| $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. | |
| $hierarchical = true | |
| Whether or not the URI always uses <hier_part>, resolves edge cases with making relative URIs absolute. | |
Validates ftp (File Transfer Protocol) URIs as defined by generic RFC 1738.
| HTMLPurifier_URIScheme_ftp::doValidate | ( | &$ | uri, |
| $ | config, | ||
| $ | context | ||
| ) |
Validates the components of a URI for a specific scheme.
| $uri | Reference to a HTMLPurifier_URI object |
| $config | HTMLPurifier_Config object |
| $context | HTMLPurifier_Context object |
Reimplemented from HTMLPurifier_URIScheme.
| HTMLPurifier_URIScheme_ftp::doValidate | ( | &$ | uri, |
| $ | config, | ||
| $ | context | ||
| ) |
Validates the components of a URI for a specific scheme.
| $uri | Reference to a HTMLPurifier_URI object |
| $config | HTMLPurifier_Config object |
| $context | HTMLPurifier_Context object |
Reimplemented from HTMLPurifier_URIScheme.
Definition at line 17265 of file HTMLPurifier.standalone.php.
| HTMLPurifier_URIScheme_ftp::$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.
| HTMLPurifier_URIScheme_ftp::$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.
| HTMLPurifier_URIScheme_ftp::$hierarchical = true |
Whether or not the URI always uses <hier_part>, resolves edge cases with making relative URIs absolute.
Reimplemented from HTMLPurifier_URIScheme.