|
HTMLPurifier 4.4.0
|
Validates file as defined by RFC 1630 and 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 | |
| $browsable = false | |
| Whether or not URIs of this schem are locatable by a browser http and ftp are accessible, while mailto and news are not. | |
| $may_omit_host = true | |
| Whether or not the URI may omit a hostname when the scheme is explicitly specified, ala file:///path/to/file. | |
| HTMLPurifier_URIScheme_file::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_file::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 17239 of file HTMLPurifier.standalone.php.
| HTMLPurifier_URIScheme_file::$browsable = false |
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_file::$may_omit_host = true |
Whether or not the URI may omit a hostname when the scheme is explicitly specified, ala file:///path/to/file.
As of writing, 'file' is the only scheme that browsers support his properly.
Reimplemented from HTMLPurifier_URIScheme.