\Symfony\Component\VarDumper\DumperServerDumper

ServerDumper forwards serialized Data clones to a server.

Summary

Methods
Properties
Constants
__construct()
getContextProviders()
dump()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$connection
$wrappedDumper
N/A

Properties

$connection

$connection

$wrappedDumper

$wrappedDumper

Methods

__construct()

__construct(string  $host, \Symfony\Component\VarDumper\Dumper\DataDumperInterface|null  $wrappedDumper = null, \Symfony\Component\VarDumper\Dumper\ContextProvider\ContextProviderInterface[]  $contextProviders = []) : mixed

Parameters

string $host

The server host

\Symfony\Component\VarDumper\Dumper\DataDumperInterface|null $wrappedDumper

A wrapped instance used whenever we failed contacting the server

\Symfony\Component\VarDumper\Dumper\ContextProvider\ContextProviderInterface[] $contextProviders

Context providers indexed by context name

Returns

mixed —

getContextProviders()

getContextProviders() : array

Returns

array —

dump()

dump(\Symfony\Component\VarDumper\Cloner\Data  $data) : mixed

Parameters

\Symfony\Component\VarDumper\Cloner\Data $data

Returns

mixed —