|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| __construct ($scheme, $userinfo, $host, $port, $path, $query, $fragment) | |
| getSchemeObj ($config, $context) | |
| validate ($config, $context) | |
| toString () | |
Data Fields | |
| $scheme | |
| $userinfo | |
| $host | |
| $port | |
| $path | |
| $query | |
| $fragment | |
HTML Purifier's internal representation of a URI.
| __construct | ( | $ | scheme, |
| $ | userinfo, | ||
| $ | host, | ||
| $ | port, | ||
| $ | path, | ||
| $ | query, | ||
| $ | fragment | ||
| ) |
| getSchemeObj | ( | $ | config, |
| $ | context | ||
| ) |
Retrieves a scheme object corresponding to the URI's scheme/default
| $config | Instance of HTMLPurifier_Config |
| $context | Instance of HTMLPurifier_Context |
| toString | ( | ) |
| validate | ( | $ | config, |
| $ | context | ||
| ) |
Generic validation method applicable for all schemes. May modify this URI in order to get it into a compliant form.
| $config | Instance of HTMLPurifier_Config |
| $context | Instance of HTMLPurifier_Context |