IcingaConfigRenderer: Add toLegacyConfigString to support legacy config

refs #12919
This commit is contained in:
Markus Frosch 2016-10-14 11:52:30 +02:00
parent 7916e0c0c6
commit ffab574355
1 changed files with 1 additions and 0 deletions

View File

@ -5,5 +5,6 @@ namespace Icinga\Module\Director\IcingaConfig;
interface IcingaConfigRenderer
{
public function toConfigString();
public function toLegacyConfigString();
public function __toString();
}