QuickForm: guess what? We are ValidHtml!
This commit is contained in:
parent
1c770b9234
commit
4590fa1d73
|
@ -4,9 +4,10 @@ namespace Icinga\Module\Director\Web\Form;
|
|||
|
||||
use Icinga\Application\Icinga;
|
||||
use Icinga\Application\Modules\Module;
|
||||
use ipl\Html\ValidHtml;
|
||||
use Zend_Form;
|
||||
|
||||
abstract class QuickBaseForm extends Zend_Form
|
||||
abstract class QuickBaseForm extends Zend_Form implements ValidHtml
|
||||
{
|
||||
/**
|
||||
* The Icinga module this form belongs to. Usually only set if the
|
||||
|
|
Loading…
Reference in New Issue