mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 09:14:09 +02:00
CustomVariables: allow access to unmodified vars
This commit is contained in:
parent
362eddb75c
commit
f4e992f6da
@ -178,6 +178,11 @@ class CustomVariables implements Iterator, Countable, IcingaConfigRenderer
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function getOriginalVars()
|
||||
{
|
||||
return $this->storedVars;
|
||||
}
|
||||
|
||||
public function toConfigString()
|
||||
{
|
||||
$out = '';
|
||||
|
Loading…
x
Reference in New Issue
Block a user