ServerDumper

class ServerDumper implements DataDumperInterface

ServerDumper forwards serialized Data clones to a server.

Methods

__construct(string $host, DataDumperInterface $wrappedDumper = null, array $contextProviders = array())
array getContextProviders()
dump(Data $data)

Details

__construct(string $host, DataDumperInterface $wrappedDumper = null, array $contextProviders = array())

Parameters

string $host The server host
DataDumperInterface $wrappedDumper A wrapped instance used whenever we failed contacting the server
array $contextProviders Context providers indexed by context name

array getContextProviders()

Return Value

array

dump(Data $data)

Parameters

Data $data

© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/VarDumper/Dumper/ServerDumper.html