DataSift\Storyplayer\DefinitionLib\TestEnvironment_Definition::setModuleSettings PHP 메소드

setModuleSettings() 공개 메소드

tell us the module settings you want to apply to this test environment
public setModuleSettings ( object $newSettings )
$newSettings object the settings to apply
    public function setModuleSettings($newSettings)
    {
        $this->moduleSettings = new BaseObject();
        $this->moduleSettings->mergeFrom($newSettings);
        return $this;
    }