|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| doValidate (&$uri, $config, $context) | |
Data Fields | |
| $default_port = 80 | |
| $browsable = true | |
| $hierarchical = true | |
Validates http (HyperText Transfer Protocol) as defined by RFC 2616
| 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.
| $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.
| $default_port = 80 |
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.
Reimplemented in HTMLPurifier_URIScheme_https.
| $hierarchical = true |
Whether or not the URI always uses <hier_part>, resolves edge cases with making relative URIs absolute
Reimplemented from HTMLPurifier_URIScheme.