DataSift\Storyplayer\DefinitionLib\TestEnvironment_Definition::setModuleSettings PHP Method

setModuleSettings() public method

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;
    }