PHP 클래스 pQuery\ConditionalTagNode

상속: extends DomNode
파일 보기 프로젝트 열기: tburry/pquery

공개 프로퍼티들

프로퍼티 타입 설명
$condition string
$tag #php5e

공개 메소드들

메소드 설명
__construct ( DomNode $parent, string $condition = '', boolean $hidden = true ) Class constructor
toString ( $attributes = true, $recursive = true, $content_only = false )
toString_attributes ( )

보호된 메소드들

메소드 설명
filter_element ( ) #php4e

메소드 상세

__construct() 공개 메소드

Class constructor
public __construct ( DomNode $parent, string $condition = '', boolean $hidden = true )
$parent DomNode
$condition string e.g. "if IE"
$hidden boolean
public string $condition
리턴 string

$tag 공개적으로 프로퍼티

#php5e
public $tag