PHP 클래스 pQuery\DoctypeNode

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

공개 프로퍼티들

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

공개 메소드들

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

보호된 메소드들

메소드 설명
filter_element ( ) #php4e

메소드 상세

__construct() 공개 메소드

Class constructor
public __construct ( DomNode $parent, string $dtd = '' )
$parent DomNode
$dtd string

filter_element() 보호된 메소드

#php4e
protected filter_element ( )

toString() 공개 메소드

public toString ( $attributes = true, $recursive = true, $content_only = false )

toString_attributes() 공개 메소드

public toString_attributes ( )

toString_content() 공개 메소드

public toString_content ( $attributes = true, $recursive = true, $content_only = false )

프로퍼티 상세

$dtd 공개적으로 프로퍼티

public string $dtd
리턴 string

$tag 공개적으로 프로퍼티

#php5e
public $tag