Documentation

GenericAdapter
in package
implements AdapterInterface

AbstractYes

Shared state and DOM output behavior for XSLT processor adapters.

Tags
author

Daniel Schulz

since
2018-02-21

Table of Contents

Interfaces

AdapterInterface
XSLT processor adapter that transforms source and template inputs into files or DOM documents.

Properties

$param  : array<string|int, mixed>
$source  : InputInterface
$template  : InputInterface

Methods

setParameters()  : void
setSource()  : void
setTemplate()  : void
writeDocument()  : DOMDocument

Properties

Methods

setParameters()

public setParameters(array<string|int, mixed> $param) : void
Parameters
$param : array<string|int, mixed>

writeDocument()

public writeDocument() : DOMDocument
Return values
DOMDocument
On this page

Search results