PHP 클래스 HTMLPurifier_AttrTypes, yii

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

보호된 프로퍼티들

프로퍼티 타입 설명
$info Lookup array of attribute string identifiers to concrete implementations.

공개 메소드들

메소드 설명
__construct ( ) Constructs the info array, supplying default implementations for attribute types.
get ( string $type ) : HTMLPurifier_AttrDef Retrieves a type
set ( string $type, HTMLPurifier_AttrDef $impl ) Sets a new implementation for a type

비공개 메소드들

메소드 설명
makeEnum ( $in )

메소드 상세

__construct() 공개 메소드

Constructs the info array, supplying default implementations for attribute types.
public __construct ( )

get() 공개 메소드

Retrieves a type
public get ( string $type ) : HTMLPurifier_AttrDef
$type string String type name
리턴 HTMLPurifier_AttrDef Object AttrDef for type

set() 공개 메소드

Sets a new implementation for a type
public set ( string $type, HTMLPurifier_AttrDef $impl )
$type string String type name
$impl HTMLPurifier_AttrDef Object AttrDef for type

프로퍼티 상세

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

Lookup array of attribute string identifiers to concrete implementations.
protected $info