Skip to content
Thomas Weinert edited this page Aug 3, 2014 · 2 revisions

FluentDOM\Document::appendElement()

FluentDOM\Document appendElement(
  string $name [ , string $content = '' [ , array $attributes = NULL ]]
)
FluentDOM\Document appendElement(
  string $name [ , array $attributes = NULL ]
)

A shortcut to create, configure an append an element node.

Clone this wiki locally