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
    }