setRequest(Icinga::app()->getFrontController()->getRequest()); $form->setView($this->view); $form->setAction($this->view->href('monitoring/command/' . $commandName)); $form->setSubmitLabel($submitLabel); return $form->render(); } } // @codingStandardsIgnoreStop