mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 09:14:09 +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
|
||||
{
|
||||
public function toConfigString();
|
||||
public function toLegacyConfigString();
|
||||
public function __toString();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user