|
ILIAS
Release_5_0_x_branch Revision 61816
|
Validates ftp (File Transfer Protocol) URIs as defined by generic RFC 1738. More...
Inheritance diagram for HTMLPurifier_URIScheme_ftp:
Collaboration diagram for HTMLPurifier_URIScheme_ftp:Public Member Functions | |
| doValidate (&$uri, $config, $context) | |
Public Member Functions inherited from HTMLPurifier_URIScheme | |
| validate (&$uri, $config, $context) | |
| Public interface for validating components of a URI. | |
Data Fields | |
| $default_port = 21 | |
| int | |
| $browsable = true | |
| bool | |
| $hierarchical = true | |
| bool | |
Data Fields inherited from HTMLPurifier_URIScheme | |
| $default_port = null | |
| Scheme's default port (integer). | |
| $browsable = false | |
| Whether or not URIs of this scheme are locatable by a browser http and ftp are accessible, while mailto and news are not. | |
| $secure = false | |
| Whether or not data transmitted over this scheme is encrypted. | |
| $hierarchical = false | |
| Whether or not the URI always uses <hier_part>, resolves edge cases with making relative URIs absolute bool. | |
| $may_omit_host = false | |
| Whether or not the URI may omit a hostname when the scheme is explicitly specified, ala file:///path/to/file. | |
Validates ftp (File Transfer Protocol) URIs as defined by generic RFC 1738.
| HTMLPurifier_URIScheme_ftp::doValidate | ( | & | $uri, |
| $config, | |||
| $context | |||
| ) |
| HTMLPurifier_URI | $uri | |
| HTMLPurifier_Config | $config | |
| HTMLPurifier_Context | $context |
Reimplemented from HTMLPurifier_URIScheme.
Definition at line 29 of file ftp.php.