PHP 클래스 Application\Sonata\UserBundle\Form\Type\ProfileType

상속: extends Symfony\Component\Form\AbstractType
파일 보기 프로젝트 열기: jmather/symfony-sonata-distribution

공개 메소드들

메소드 설명
__construct ( string $class )
buildForm ( Symfony\Component\Form\FormBuilderInterface $builder, array $options )
getName ( )
setDefaultOptions ( Symfony\Component\OptionsResolver\OptionsResolverInterface $resolver )

메소드 상세

__construct() 공개 메소드

public __construct ( string $class )
$class string The User class name

buildForm() 공개 메소드

public buildForm ( Symfony\Component\Form\FormBuilderInterface $builder, array $options )
$builder Symfony\Component\Form\FormBuilderInterface
$options array

getName() 공개 메소드

public getName ( )

setDefaultOptions() 공개 메소드

public setDefaultOptions ( Symfony\Component\OptionsResolver\OptionsResolverInterface $resolver )
$resolver Symfony\Component\OptionsResolver\OptionsResolverInterface