DataSift\Storyplayer\Cli\KnownSystemsUnderTest::initDefaultConfig PHP Méthode

initDefaultConfig() public méthode

public initDefaultConfig ( ) : void
Résultat void
    public function initDefaultConfig()
    {
        // defaults for the local computer
        $this->localhost = new BaseObject();
        $this->localhost->groups = new BaseObject();
        // all done
    }