Documentation

DecoratedDOMWriter
in package
implements DOMWriterInterface

Interfaces, Classes and Traits

DOMWriterInterface

Table of Contents

__construct()  : mixed
toDocument()  : DOMDocument
toElement()  : DOMElement

Methods

__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

toElement()

public toElement(DOMDocument $targetDoc) : DOMElement
Parameters
$targetDoc : DOMDocument
Return values
DOMElement

Search results