mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-26 11:19:16 +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;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getOriginalVars()
|
||||||
|
{
|
||||||
|
return $this->storedVars;
|
||||||
|
}
|
||||||
|
|
||||||
public function toConfigString()
|
public function toConfigString()
|
||||||
{
|
{
|
||||||
$out = '';
|
$out = '';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user