Cheetah
Public Member Functions | Protected Attributes | List of all members
HTMLPurifier_URIParser Class Reference

Public Member Functions

 __construct ()
 
 parse ($uri)
 

Protected Attributes

 $percentEncoder
 

Detailed Description

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

Definition at line 9372 of file HTMLPurifier.standalone.php.

Constructor & Destructor Documentation

◆ __construct()

HTMLPurifier_URIParser::__construct ( )

Definition at line 9380 of file HTMLPurifier.standalone.php.

Member Function Documentation

◆ parse()

HTMLPurifier_URIParser::parse (   $uri)

Parses a URI.

Parameters
$uristring URI to parse
Returns
HTMLPurifier_URI representation of URI. This representation has not been validated yet and may not conform to RFC.

Definition at line 9391 of file HTMLPurifier.standalone.php.

Member Data Documentation

◆ $percentEncoder

HTMLPurifier_URIParser::$percentEncoder
protected

Instance of HTMLPurifier_PercentEncoder to do normalization with.

Definition at line 9378 of file HTMLPurifier.standalone.php.


The documentation for this class was generated from the following file: