mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-06-29 18:14:26 +02:00
12 lines
256 B
PHP
12 lines
256 B
PHP
<?php
|
|
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
|
|
|
|
namespace Icinga\Module\Monitoring\Command\Renderer;
|
|
|
|
/**
|
|
* Interface for Icinga command renderer
|
|
*/
|
|
interface IcingaCommandRendererInterface
|
|
{
|
|
}
|