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