Method | Description | |
---|---|---|
__construct ( Psr\Log\LoggerInterface $logger ) | ||
start ( |
Start the process | |
stop ( ) : Generator | Stop the process |
Method | Description | |
---|---|---|
doStart ( |
||
doStop ( ) : Generator | ||
exit ( ) | This function only exists as protected so we can test for its invocation |
Method | Description | |
---|---|---|
registerErrorHandler ( ) | ||
registerShutdownHandler ( ) | ||
registerSignalHandler ( ) |
public __construct ( Psr\Log\LoggerInterface $logger ) | ||
$logger | Psr\Log\LoggerInterface |
protected exit ( ) |