icingaweb2-module-businessp.../library/Businessprocess/Html/Renderable.php
2016-11-28 00:24:36 +01:00

8 lines
109 B
PHP

<?php
namespace Icinga\Module\Businessprocess\Html;
interface Renderable
{
public function render();
}