-
Notifications
You must be signed in to change notification settings - Fork 20
Document Append
Thomas Weinert edited this page Jul 12, 2018
·
2 revisions
FluentDOM\DOM\Document appendElement(
string $name [ , string $content = '' [ , array $attributes = NULL ]]
)
FluentDOM\DOM\Document appendElement(
string $name [ , array $attributes = NULL ]
)
A shortcut to create, configure an append an element node.
- Home
- Getting Started
- Tasks
- Plugins
- Functions
- Lists
- Creator (5.1)
- CSS Selectors
- Convertors
- Loaders
- Serializers (5.1)
- Transformers (5.1)
- Extended DOM
- XMLReader (6.1)
- XMLWriter (6.1)
- Interfaces