Kraken\Root\Console\Client\Boot\ClientBoot::__construct PHP Method

__construct() public method

public __construct ( )
    public function __construct()
    {
        $this->controllerParams = [];
        $this->controllerClass = '\\Kraken\\Console\\Client\\Client';
        $this->params = ['prefix' => 'Kraken', 'name' => 'Undefined'];
    }