DataSift\Storyplayer\Cli\KnownSystemsUnderTest::initDefaultConfig PHP 메소드

initDefaultConfig() 공개 메소드

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