mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 16:54:06 +02:00
IcingaConfig: Add an IcingaConfigRenderer Interface
This commit is contained in:
parent
193cb60604
commit
61414cbadc
9
library/Director/IcingaConfig/IcingaConfigRenderer.php
Normal file
9
library/Director/IcingaConfig/IcingaConfigRenderer.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Icinga\Module\Director\IcingaConfig;
|
||||
|
||||
interface IcingaConfigRenderer
|
||||
{
|
||||
public function toConfigString();
|
||||
public function __toString();
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user