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

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

use Zend_Form_Element_Xhtml;

class FormElement extends Zend_Form_Element_Xhtml
{
}