class ServerDumper implements DataDumperInterface

ServerDumper forwards serialized Data clones to a server.

Methods

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

No description

array
getContextProviders()

No description

dump(Data $data)

No description

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