DecoratedDOMWriter
implements
DOMWriterInterface
Table of Contents
Interfaces
- DOMWriterInterface
Methods
-
__construct()
: mixed
-
toDocument()
: DOMDocument
-
toElement()
: DOMElement
__construct()
public
__construct(DOMWriterInterface $source, iterable<string|int, mixed> $stylesheets, iterable<string|int, mixed> $scripts, iterable<string|int, mixed> $modules) : mixed
Parameters
-
$source
: DOMWriterInterface
-
-
$stylesheets
: iterable<string|int, mixed>
-
-
$scripts
: iterable<string|int, mixed>
-
-
$modules
: iterable<string|int, mixed>
-
toDocument()
public
toDocument() : DOMDocument
Return values
DOMDocument
toElement()
public
toElement(DOMDocument $targetDoc) : DOMElement
Parameters
-
$targetDoc
: DOMDocument
-