|
| doValidate (&$uri, $config, $context) |
|
| validate (&$uri, $config, $context) |
| Public interface for validating components of a URI.
|
|
|
| $browsable = false |
| @type bool
|
|
| $default_port = 119 |
| @type int
|
|
| $hierarchical = false |
| Whether or not the URI always uses <hier_part>, resolves edge cases with making relative URIs absolute @type 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.
|
|
| $secure = false |
| Whether or not data transmitted over this scheme is encrypted.
|
|
◆ doValidate()
HTMLPurifier_URIScheme_nntp::doValidate |
( |
& | $uri, |
|
|
| $config, |
|
|
| $context ) |
◆ validate()
HTMLPurifier_URIScheme::validate |
( |
& | $uri, |
|
|
| $config, |
|
|
| $context ) |
|
inherited |
Public interface for validating components of a URI.
Performs a bunch of default actions. Don't overload this method.
- Parameters
-
- Return values
-
◆ $may_omit_host
HTMLPurifier_URIScheme::$may_omit_host = false |
|
inherited |
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. @type bool
◆ $secure
HTMLPurifier_URIScheme::$secure = false |
|
inherited |
Whether or not data transmitted over this scheme is encrypted.
https is secure, http is not. @type bool
The documentation for this class was generated from the following file:
- lib/htmlpurifier/HTMLPurifier/URIScheme/nntp.php