GenericAdapter
in package
implements
AdapterInterface
AbstractYes
Shared state and DOM output behavior for XSLT processor adapters.
Tags
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
$param
protected
array<string|int, mixed>
$param
= []
$source
protected
InputInterface
$source
$template
protected
InputInterface
$template
Methods
setParameters()
public
setParameters(array<string|int, mixed> $param) : void
Parameters
- $param : array<string|int, mixed>
setSource()
public
setSource(InputInterface $input) : void
Parameters
- $input : InputInterface
setTemplate()
public
setTemplate(InputInterface $input) : void
Parameters
- $input : InputInterface
writeDocument()
public
writeDocument() : DOMDocument