summaryrefslogtreecommitdiffstats
path: root/library/Businessprocess/Web/Form/Element/FormElement.php
blob: 7647a5e79b63e255dd6733a83144860ecee2a989 (plain)
1
2
3
4
5
6
7
8
9
<?php

namespace Icinga\Module\Businessprocess\Web\Form\Element;

use Zend_Form_Element_Xhtml;

class FormElement extends Zend_Form_Element_Xhtml
{
}