mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 17:24:18 +02:00
PropertyModifierHook: add setSetting() method
This is required for our tests refs #908
This commit is contained in:
parent
c284dfef88
commit
1887780363
@ -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
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user