\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 : 

Type

$wrappedDumper

$wrappedDumper : 

Type

Methods

__construct()

__construct(string  $host, \Symfony\Component\VarDumper\Dumper\DataDumperInterface|null  $wrappedDumper = null, array<mixed,\Symfony\Component\VarDumper\Dumper\ContextProvider\ContextProviderInterface>  $contextProviders = array()) 

Parameters

string $host

The server host

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

A wrapped instance used whenever we failed contacting the server

array<mixed,\Symfony\Component\VarDumper\Dumper\ContextProvider\ContextProviderInterface> $contextProviders

Context providers indexed by context name

getContextProviders()

getContextProviders()