QuickBaseForm: we are a Renderable object

This commit is contained in:
Thomas Gelf 2016-12-16 19:26:46 +01:00
parent 983bd27bf8
commit 2effa02d7f

View file

@ -4,9 +4,10 @@ namespace Icinga\Module\Businessprocess\Web\Form;
use Icinga\Application\Icinga;
use Icinga\Application\Modules\Module;
use Icinga\Module\Businessprocess\Html\Renderable;
use Zend_Form;
abstract class QuickBaseForm extends Zend_Form
abstract class QuickBaseForm extends Zend_Form implements Renderable
{
/**
* The Icinga module this form belongs to. Usually only set if the