PropertyModifierHook: add setSetting() method

This is required for our tests

refs #908
This commit is contained in:
Thomas Gelf 2017-04-20 12:49:30 +02:00
parent c284dfef88
commit 1887780363

View File

@ -79,6 +79,12 @@ abstract class PropertyModifierHook
} }
} }
public function setSetting($name, $value)
{
$this->settings[$name] = $value;
return $this;
}
/** /**
* Methode to transform the given value * Methode to transform the given value
* *