mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
IcingaConfigRenderer: Add toLegacyConfigString to support legacy config
refs #12919
This commit is contained in:
parent
7916e0c0c6
commit
ffab574355
@ -5,5 +5,6 @@ namespace Icinga\Module\Director\IcingaConfig;
|
|||||||
interface IcingaConfigRenderer
|
interface IcingaConfigRenderer
|
||||||
{
|
{
|
||||||
public function toConfigString();
|
public function toConfigString();
|
||||||
|
public function toLegacyConfigString();
|
||||||
public function __toString();
|
public function __toString();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user