VarForms: deprecate them

This commit is contained in:
Thomas Gelf 2015-06-24 10:15:03 +02:00
parent 6b79737d36
commit f7270dc2a7
2 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,9 @@ namespace Icinga\Module\Director\Forms;
use Icinga\Module\Director\Web\Form\DirectorObjectForm;
/**
* @deprecated
*/
class IcingaHostVarForm extends DirectorObjectForm
{
public function setup()

View File

@ -4,6 +4,9 @@ namespace Icinga\Module\Director\Forms;
use Icinga\Module\Director\Web\Form\DirectorObjectForm;
/**
* @deprecated
*/
class IcingaServiceVarForm extends DirectorObjectForm
{
public function setup()