$connection
$connection :
ServerDumper forwards serialized Data clones to a server.
__construct(string $host, \Symfony\Component\VarDumper\Dumper\DataDumperInterface|null $wrappedDumper = null, array<mixed,\Symfony\Component\VarDumper\Dumper\ContextProvider\ContextProviderInterface> $contextProviders = array())
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 |
dump(\Symfony\Component\VarDumper\Cloner\Data $data)
\Symfony\Component\VarDumper\Cloner\Data | $data |