PHP 클래스 HTMLPurifier_Node_Text, yii

상속: extends HTMLPurifier_Node
파일 보기 프로젝트 열기: yiisoft/yii

공개 프로퍼티들

프로퍼티 타입 설명
$data
$is_whitespace
$name PCDATA tag name compatible with DTD, see HTMLPurifier_ChildDef_Custom for details.

공개 메소드들

메소드 설명
__construct ( string $data, $is_whitespace, integer $line = null, integer $col = null ) Constructor, accepts data and determines if it is whitespace.
toTokenPair ( )

메소드 상세

__construct() 공개 메소드

Constructor, accepts data and determines if it is whitespace.
public __construct ( string $data, $is_whitespace, integer $line = null, integer $col = null )
$data string String parsed character data.
$line integer
$col integer

toTokenPair() 공개 메소드

public toTokenPair ( )

프로퍼티 상세

$data 공개적으로 프로퍼티

public $data

$is_whitespace 공개적으로 프로퍼티

public $is_whitespace

$name 공개적으로 프로퍼티

PCDATA tag name compatible with DTD, see HTMLPurifier_ChildDef_Custom for details.
public $name