PHP Class Aerys\DebugProcess

Inheritance: extends Process
Show file Open project: amphp/aerys

Public Methods

Method Description
__construct ( Psr\Log\LoggerInterface $logger, Bootstrapper $bootstrapper = null )

Protected Methods

Method Description
doStart ( Console $console ) : Generator
doStop ( ) : Generator

Method Details

__construct() public method

public __construct ( Psr\Log\LoggerInterface $logger, Bootstrapper $bootstrapper = null )
$logger Psr\Log\LoggerInterface
$bootstrapper Bootstrapper

doStart() protected method

protected doStart ( Console $console ) : Generator
$console Console
return Generator

doStop() protected method

protected doStop ( ) : Generator
return Generator