ContextualizedDumper
in package
implements
DataDumperInterface
Tags
Table of Contents
Interfaces
- DataDumperInterface
- DataDumperInterface for dumping Data objects.
Properties
- $contextProviders : array<string|int, mixed>
- $wrappedDumper : mixed
Methods
- __construct() : mixed
- dump() : mixed
Properties
$contextProviders
private
array<string|int, mixed>
$contextProviders
$wrappedDumper
private
mixed
$wrappedDumper
Methods
__construct()
public
__construct(DataDumperInterface $wrappedDumper, array<string|int, ContextProviderInterface> $contextProviders) : mixed
Parameters
- $wrappedDumper : DataDumperInterface
- $contextProviders : array<string|int, ContextProviderInterface>
dump()
public
dump(Data $data) : mixed
Parameters
- $data : Data