PHP Class HTMLPurifier_URIParser, yii

Show file Open project: yiisoft/yii Class Usage Examples

Protected Properties

Property Type Description
$percentEncoder Instance of HTMLPurifier_PercentEncoder to do normalization with.

Public Methods

Method Description
__construct ( )
parse ( $uri ) : HTMLPurifier_URI Parses a URI.

Method Details

__construct() public method

public __construct ( )

parse() public method

Parses a URI.
public parse ( $uri ) : HTMLPurifier_URI
$uri string URI to parse
return HTMLPurifier_URI representation of URI. This representation has not been validated yet and may not conform to RFC.

Property Details

$percentEncoder protected property

Instance of HTMLPurifier_PercentEncoder to do normalization with.
protected $percentEncoder