FOS\UserBundle\Form\GroupForm::configure PHP 메소드

configure() 공개 메소드

public configure ( )
    public function configure()
    {
        $this->add(new TextField('name'));
    }