PHP 클래스 HTMLPurifier_URIParser, yii

파일 보기 프로젝트 열기: yiisoft/yii 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$percentEncoder Instance of HTMLPurifier_PercentEncoder to do normalization with.

공개 메소드들

메소드 설명
__construct ( )
parse ( $uri ) : HTMLPurifier_URI Parses a URI.

메소드 상세

__construct() 공개 메소드

public __construct ( )

parse() 공개 메소드

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

프로퍼티 상세

$percentEncoder 보호되어 있는 프로퍼티

Instance of HTMLPurifier_PercentEncoder to do normalization with.
protected $percentEncoder