PHP 클래스 HTMLPurifier_EntityLookup, yii

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

공개 프로퍼티들

프로퍼티 타입 설명
$table Assoc array of entity name to character represented.

공개 메소드들

메소드 설명
instance ( boolean | HTMLPurifier_EntityLookup $prototype = false ) : HTMLPurifier_EntityLookup Retrieves sole instance of the object.
setup ( boolean $file = false ) Sets up the entity lookup table from the serialized file contents.

메소드 상세

instance() 공개 정적인 메소드

Retrieves sole instance of the object.
public static instance ( boolean | HTMLPurifier_EntityLookup $prototype = false ) : HTMLPurifier_EntityLookup
$prototype boolean | HTMLPurifier_EntityLookup Optional prototype of custom lookup table to overload with.
리턴 HTMLPurifier_EntityLookup

setup() 공개 메소드

Sets up the entity lookup table from the serialized file contents.
public setup ( boolean $file = false )
$file boolean

프로퍼티 상세

$table 공개적으로 프로퍼티

Assoc array of entity name to character represented.
public $table