mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-05-28 04:35:53 -04:00
CustomVariables: allow access to unmodified vars
This commit is contained in:
parent
362eddb75c
commit
f4e992f6da
1 changed files with 5 additions and 0 deletions
|
|
@ -178,6 +178,11 @@ class CustomVariables implements Iterator, Countable, IcingaConfigRenderer
|
|||
return $this;
|
||||
}
|
||||
|
||||
public function getOriginalVars()
|
||||
{
|
||||
return $this->storedVars;
|
||||
}
|
||||
|
||||
public function toConfigString()
|
||||
{
|
||||
$out = '';
|
||||
|
|
|
|||
Loading…
Reference in a new issue