|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| __construct () | |
| parse ($uri) | |
Protected Attributes | |
| $percentEncoder | |
Parses a URI into the components and fragment identifier as specified by RFC 3986.
Definition at line 7 of file URIParser.php.
| __construct | ( | ) |
Definition at line 15 of file URIParser.php.
| parse | ( | $ | uri | ) |
Parses a URI.
| $uri | string URI to parse |
Definition at line 25 of file URIParser.php.
$percentEncoder [protected] |
Instance of HTMLPurifier_PercentEncoder to do normalization with.
Definition at line 13 of file URIParser.php.