DumpServer
class DumpServer
A server collecting Data clones sent by a ServerDumper.
Methods
| __construct(string $host, LoggerInterface $logger = null) | ||
| void | start() | |
| void | listen(callable $callback) | |
| string | getHost() |
Details
__construct(string $host, LoggerInterface $logger = null)
Parameters
| string | $host | |
| LoggerInterface | $logger |
void start()
Return Value
| void |
void listen(callable $callback)
Parameters
| callable | $callback |
Return Value
| void |
string getHost()
Return Value
| string |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/VarDumper/Server/DumpServer.html