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

__destruct() public method

public __destruct ( )
    public function __destruct()
    {
        unset($this->runtimeController);
        unset($this->controllerParams);
        unset($this->controllerClass);
        unset($this->params);
    }