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

constructor() public method

public constructor ( mixed[] $args ) : ServerBoot
$args mixed[]
return ServerBoot
    public function constructor($args)
    {
        $this->controllerParams = $args;
        return $this;
    }