InMemoryRendererFactory
in package
implements
TypeRendererFactory
FinalYes
Table of Contents
Interfaces
Properties
- $renderSets : iterable<string|int, mixed>
Methods
- __construct() : mixed
- getRenderSet() : TypeRenderer
Properties
$renderSets read-only
private
iterable<string|int, mixed>
$renderSets
Methods
__construct()
public
__construct(iterable<string|int, TypeRenderer> $renderSets) : mixed
Parameters
- $renderSets : iterable<string|int, TypeRenderer>
getRenderSet()
public
getRenderSet(string $outputFormat) : TypeRenderer
Parameters
- $outputFormat : string