CustomVariables: allow access to unmodified vars

This commit is contained in:
Thomas Gelf 2015-07-31 14:40:55 +02:00
parent 362eddb75c
commit f4e992f6da

View File

@ -178,6 +178,11 @@ class CustomVariables implements Iterator, Countable, IcingaConfigRenderer
return $this;
}
public function getOriginalVars()
{
return $this->storedVars;
}
public function toConfigString()
{
$out = '';