PHP 클래스 FluentDOM\Nodes\Creator\Node

상속: implements FluentDOM\Appendable
파일 보기 프로젝트 열기: fluentdom/fluentdom

공개 메소드들

메소드 설명
__construct ( Document $document, DOMElement $node )
__get ( string $name ) : mixed
__set ( string $name, mixed $value )
__toString ( ) : string
appendTo ( Element $parent ) : Element
getDocument ( ) : Document

메소드 상세

__construct() 공개 메소드

public __construct ( Document $document, DOMElement $node )
$document FluentDOM\Document
$node DOMElement

__get() 공개 메소드

public __get ( string $name ) : mixed
$name string
리턴 mixed

__set() 공개 메소드

public __set ( string $name, mixed $value )
$name string
$value mixed

__toString() 공개 메소드

public __toString ( ) : string
리턴 string

appendTo() 공개 메소드

public appendTo ( Element $parent ) : Element
$parent FluentDOM\Element
리턴 FluentDOM\Element

getDocument() 공개 메소드

public getDocument ( ) : Document
리턴 FluentDOM\Document