PHP Class HTMLPurifier_URIParser, yii

Afficher le fichier Open project: yiisoft/yii Class Usage Examples

Protected Properties

Свойство Type Description
$percentEncoder Instance of HTMLPurifier_PercentEncoder to do normalization with.

Méthodes publiques

Méthode Description
__construct ( )
parse ( $uri ) : HTMLPurifier_URI Parses a URI.

Method Details

__construct() public méthode

public __construct ( )

parse() public méthode

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

Property Details

$percentEncoder protected_oe property

Instance of HTMLPurifier_PercentEncoder to do normalization with.
protected $percentEncoder