ContextualizedDumper
in package
implements
DataDumperInterface
Tags
Interfaces, Classes and Traits
- DataDumperInterface
- DataDumperInterface for dumping Data objects.
Table of Contents
- $contextProviders : mixed
- $wrappedDumper : mixed
- __construct() : mixed
- dump() : mixed
Properties
$contextProviders
private
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>
Return values
mixed —dump()
public
dump(Data $data) : mixed
Parameters
- $data : Data