mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
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\Icinga;
|
||||||
use Icinga\Application\Modules\Module;
|
use Icinga\Application\Modules\Module;
|
||||||
|
use ipl\Html\ValidHtml;
|
||||||
use Zend_Form;
|
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
|
* The Icinga module this form belongs to. Usually only set if the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user