PHP Class FluentDOM\Nodes\Creator\Node

Inheritance: implements FluentDOM\Appendable
Afficher le fichier Open project: fluentdom/fluentdom

Méthodes publiques

Méthode Description
__construct ( Document $document, DOMElement $node )
__get ( string $name ) : mixed
__set ( string $name, mixed $value )
__toString ( ) : string
appendTo ( Element $parent ) : Element
getDocument ( ) : Document

Method Details

__construct() public méthode

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

__get() public méthode

public __get ( string $name ) : mixed
$name string
Résultat mixed

__set() public méthode

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

__toString() public méthode

public __toString ( ) : string
Résultat string

appendTo() public méthode

public appendTo ( Element $parent ) : Element
$parent FluentDOM\Element
Résultat FluentDOM\Element

getDocument() public méthode

public getDocument ( ) : Document
Résultat FluentDOM\Document