Beispiel #1
0
 public function testAction()
 {
     //##-> ACCESS
     $form = new UserForm();
     $form->setConfig($this->getExternalService('user', 'user')->getFormConfig('user-edit'));
     return $this->view()->setTemplate('application/index/test')->setVars(array('form' => $form->getForm()))->getView();
 }