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


Public Member Functions | |
| doValidate (&$uri, $config, $context) | |
Data Fields | |
| $browsable = false | |
| $may_omit_host = true | |
| 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 = 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.
| $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.