PHP 클래스 HTMLPurifier_URIDefinition, yii

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

공개 프로퍼티들

프로퍼티 타입 설명
$base HTMLPurifier_URI object of the base specified at %URI.Base
$defaultScheme Name of default scheme based on %URI.DefaultScheme and %URI.Base
$host String host to consider "home" base, derived off of $base
$type

보호된 프로퍼티들

프로퍼티 타입 설명
$filters
$postFilters
$registeredFilters

공개 메소드들

메소드 설명
__construct ( )
addFilter ( $filter, $config )
filter ( &$uri, $config, $context )
getDefaultScheme ( $config, $context )
postFilter ( &$uri, $config, $context )
registerFilter ( $filter )

보호된 메소드들

메소드 설명
doSetup ( $config )
setupFilters ( $config )
setupMemberVariables ( $config )

메소드 상세

__construct() 공개 메소드

public __construct ( )

addFilter() 공개 메소드

public addFilter ( $filter, $config )

doSetup() 보호된 메소드

protected doSetup ( $config )

filter() 공개 메소드

public filter ( &$uri, $config, $context )

getDefaultScheme() 공개 메소드

public getDefaultScheme ( $config, $context )

postFilter() 공개 메소드

public postFilter ( &$uri, $config, $context )

registerFilter() 공개 메소드

public registerFilter ( $filter )

setupFilters() 보호된 메소드

protected setupFilters ( $config )

setupMemberVariables() 보호된 메소드

protected setupMemberVariables ( $config )

프로퍼티 상세

$base 공개적으로 프로퍼티

HTMLPurifier_URI object of the base specified at %URI.Base
public $base

$defaultScheme 공개적으로 프로퍼티

Name of default scheme based on %URI.DefaultScheme and %URI.Base
public $defaultScheme

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

protected $filters

$host 공개적으로 프로퍼티

String host to consider "home" base, derived off of $base
public $host

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

protected $postFilters

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

protected $registeredFilters

$type 공개적으로 프로퍼티

public $type