FOS\UserBundle\Controller\GroupController::newAction PHP Метод

newAction() публичный Метод

Show the new form
public newAction ( )
    public function newAction()
    {
        $form = $this->container->get('fos_user.form.group');
        $form->process();
        return $this->container->get('templating')->renderResponse('FOSUserBundle:Group:new.html.' . $this->getEngine(), array('form' => $form));
    }