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…
Reference in New Issue