PHP 클래스 HTMLPurifier_Definition, yii

파일 보기 프로젝트 열기: yiisoft/yii

공개 프로퍼티들

프로퍼티 타입 설명
$optimized If true, write out the final definition object to the cache after setup. This will be true only if all invocations to get a raw definition object are also optimized. This does not cause file system thrashing because on subsequent calls the cached object is used and any writes to the raw definition object are short circuited. See enduser-customize.html for the high-level picture.
$setup Has setup() been called yet?
$type What type of definition is it?

공개 메소드들

메소드 설명
setup ( HTMLPurifier_Config $config ) Setup function that aborts if already setup

보호된 메소드들

메소드 설명
doSetup ( HTMLPurifier_Config $config ) Sets up the definition object into the final form, something not done by the constructor

메소드 상세

doSetup() 추상적인 보호된 메소드

Sets up the definition object into the final form, something not done by the constructor
abstract protected doSetup ( HTMLPurifier_Config $config )
$config HTMLPurifier_Config

setup() 공개 메소드

Setup function that aborts if already setup
public setup ( HTMLPurifier_Config $config )
$config HTMLPurifier_Config

프로퍼티 상세

$optimized 공개적으로 프로퍼티

If true, write out the final definition object to the cache after setup. This will be true only if all invocations to get a raw definition object are also optimized. This does not cause file system thrashing because on subsequent calls the cached object is used and any writes to the raw definition object are short circuited. See enduser-customize.html for the high-level picture.
public $optimized

$setup 공개적으로 프로퍼티

Has setup() been called yet?
public $setup

$type 공개적으로 프로퍼티

What type of definition is it?
public $type