ServerDumper
class ServerDumper implements DataDumperInterface
ServerDumper forwards serialized Data clones to a server.
Methods
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
dump(Data $data)
Parameters