Kraken\Root\Console\Server\Boot\ServerBoot::__construct PHP Method

__construct() public method

public __construct ( Kraken\Runtime\Container\Process\ProcessController $runtimeController = null )
$runtimeController Kraken\Runtime\Container\Process\ProcessController
    public function __construct(ProcessController $runtimeController = null)
    {
        global $loader;
        $this->runtimeController = $runtimeController !== null ? $runtimeController : new ProcessController($loader);
        $this->controllerParams = [null, 'Server', 'Server'];
        $this->controllerClass = '\\Kraken\\Console\\Server\\Server';
        $this->params = ['prefix' => 'Kraken', 'name' => 'Undefined'];
    }