PHP 클래스 pQuery\XmlNode

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

공개 메소드들

메소드 설명
__construct ( DomNode $parent, string $tag = 'xml', string $text = '', array $attributes = [] ) Class constructor

메소드 상세

__construct() 공개 메소드

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