|
Cheetah
|
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 9372 of file HTMLPurifier.standalone.php.
| HTMLPurifier_URIParser::__construct | ( | ) |
Definition at line 9380 of file HTMLPurifier.standalone.php.
| HTMLPurifier_URIParser::parse | ( | $uri | ) |
Parses a URI.
| $uri | string URI to parse |
Definition at line 9391 of file HTMLPurifier.standalone.php.
|
protected |
Instance of HTMLPurifier_PercentEncoder to do normalization with.
Definition at line 9378 of file HTMLPurifier.standalone.php.