PHPPM\ProcessSlave::bootstrap PHP Method

bootstrap() protected method

Bootstraps the actual application.
protected bootstrap ( string $appBootstrap, string $appenv, boolean $debug )
$appBootstrap string
$appenv string
$debug boolean
    protected function bootstrap($appBootstrap, $appenv, $debug)
    {
        if ($bridge = $this->getBridge()) {
            $bridge->bootstrap($appBootstrap, $appenv, $debug);
            $this->sendMessage($this->controller, 'ready');
        }
    }