\HTMLPurifier_URIParser

Parses a URI into the components and fragment identifier as specified by RFC 3986.

Summary

Methods
Properties
Constants
__construct()
parse()
No public properties found
No constants found
No protected methods found
$percentEncoder
N/A
No private methods found
No private properties found
N/A

Properties

$percentEncoder

$percentEncoder

Instance of HTMLPurifier_PercentEncoder to do normalization with.

Methods

__construct()

__construct() : mixed

Returns

mixed —

parse()

parse( $uri) : \HTMLPurifier_URI

Parses a URI.

Parameters

$uri

string URI to parse

Returns

\HTMLPurifier_URI —

representation of URI. This representation has not been validated yet and may not conform to RFC.