Documentation

DOMWriterFromFileWriter
in package
implements DOMWriterInterface uses DOMWriterElementFromDocumentTrait

FinalYes

Table of Contents

Interfaces

DOMWriterInterface
Writer that exports object state as DOM elements or documents.

Methods

__construct()  : mixed
toDocument()  : DOMDocument
Converts the object's data to a document.
toElement()  : DOMElement

Methods

toDocument()

Converts the object's data to a document.

public toDocument() : DOMDocument
Return values
DOMDocument

toElement()

public toElement(DOMDocument $targetDoc) : DOMElement
Parameters
$targetDoc : DOMDocument
Tags
throws
RuntimeException
Return values
DOMElement
On this page

Search results