icingaweb2-module-businessp.../library/Businessprocess/Html/Renderable.php

9 lines
109 B
PHP
Raw Normal View History

<?php
namespace Icinga\Module\Businessprocess\Html;
interface Renderable
{
public function render();
2016-11-27 18:24:36 -05:00
}