PHP 클래스 pQuery\EmbeddedNode

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

공개 프로퍼티들

프로퍼티 타입 설명
$tag_char string
$text string

공개 메소드들

메소드 설명
__construct ( DomNode $parent, string $tag_char = '', string $tag = '', string $text = '', array $attributes = [] ) Class constructor
toString ( $attributes = true, $recursive = true, $content_only = false )

보호된 메소드들

메소드 설명
filter_element ( ) #php4e

메소드 상세

__construct() 공개 메소드

Class constructor
public __construct ( DomNode $parent, string $tag_char = '', string $tag = '', string $text = '', array $attributes = [] )
$parent DomNode
$tag_char string {@link $tag_char}
$tag string {@link $tag}
$text string
$attributes array array('attr' => 'val')

filter_element() 보호된 메소드

#php4e
protected filter_element ( )

toString() 공개 메소드

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

프로퍼티 상세

$tag_char 공개적으로 프로퍼티

public string $tag_char
리턴 string

$text 공개적으로 프로퍼티

public string $text
리턴 string