2014-09-11 17:39:13 +02:00
|
|
|
<?php
|
2016-02-08 15:41:00 +01:00
|
|
|
/* Icinga Web 2 | (c) 2014 Icinga Development Team | GPLv2+ */
|
2014-09-11 17:39:13 +02:00
|
|
|
|
|
|
|
namespace Icinga\Module\Monitoring\Command\Renderer;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Interface for Icinga command renderer
|
|
|
|
*/
|
2014-09-12 16:43:18 +02:00
|
|
|
interface IcingaCommandRendererInterface
|
|
|
|
{
|
|
|
|
}
|