PHP 클래스 HTMLPurifier_Token_Comment, yii

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

공개 프로퍼티들

프로퍼티 타입 설명
$data Character data within comment.
$is_whitespace

공개 메소드들

메소드 설명
__construct ( string $data, integer $line = null, integer $col = null ) Transparent constructor.
toNode ( )

메소드 상세

__construct() 공개 메소드

Transparent constructor.
public __construct ( string $data, integer $line = null, integer $col = null )
$data string String comment data.
$line integer
$col integer

toNode() 공개 메소드

public toNode ( )

프로퍼티 상세

$data 공개적으로 프로퍼티

Character data within comment.
public $data

$is_whitespace 공개적으로 프로퍼티

public $is_whitespace