icingaweb2-module-businessp.../library/Businessprocess/Web/Form/Element/FormElement.php

10 lines
150 B
PHP
Raw Normal View History

<?php
namespace Icinga\Module\Businessprocess\Web\Form\Element;
use Zend_Form_Element_Xhtml;
class FormElement extends Zend_Form_Element_Xhtml
{
}