icingaweb2-module-businessp.../library/Businessprocess/Html/Renderable.php
2016-11-27 23:54:38 +01:00

8 lines
No EOL
108 B
PHP

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