\Symfony\Component\VarDumper\ServerDumpServer

A server collecting Data clones sent by a ServerDumper.

Summary

Methods
Properties
Constants
__construct()
start()
listen()
getHost()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
getMessages()
$host
$socket
$logger
N/A

Properties

$host

$host

$socket

$socket

$logger

$logger

Methods

__construct()

__construct(string  $host, \Psr\Log\LoggerInterface  $logger = null) : mixed

Parameters

string $host
\Psr\Log\LoggerInterface $logger

Returns

mixed —

start()

start() : void

listen()

listen(callable  $callback) : void

Parameters

callable $callback

getHost()

getHost() : string

Returns

string —

getMessages()

getMessages() : iterable

Returns

iterable —