Aerys\DebugProcess::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( Psr\Log\LoggerInterface $logger, Bootstrapper $bootstrapper = null )
$logger Psr\Log\LoggerInterface
$bootstrapper Bootstrapper
    public function __construct(PsrLogger $logger, Bootstrapper $bootstrapper = null)
    {
        parent::__construct($logger);
        $this->logger = $logger;
        $this->bootstrapper = $bootstrapper ?: new Bootstrapper();
    }