|
Cheetah
|
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 | |
Validates ftp (File Transfer Protocol) URIs as defined by generic RFC 1738.
Definition at line 22148 of file HTMLPurifier.standalone.php.
| HTMLPurifier_URIScheme_ftp::doValidate | ( | & | $uri, |
| $config, | |||
| $context | |||
| ) |
| HTMLPurifier_URI | $uri | |
| HTMLPurifier_Config | $config | |
| HTMLPurifier_Context | $context |
Reimplemented from HTMLPurifier_URIScheme.
Definition at line 22171 of file HTMLPurifier.standalone.php.
| HTMLPurifier_URIScheme_ftp::$browsable = true |
@type bool
Definition at line 22158 of file HTMLPurifier.standalone.php.
| HTMLPurifier_URIScheme_ftp::$default_port = 21 |
@type int
Definition at line 22153 of file HTMLPurifier.standalone.php.
| HTMLPurifier_URIScheme_ftp::$hierarchical = true |
@type bool
Definition at line 22163 of file HTMLPurifier.standalone.php.