PHP 클래스 Elcodi\Store\UserBundle\Form\Type\PasswordRememberType

상속: extends Symfony\Component\Form\AbstractType
파일 보기 프로젝트 열기: elcodi/bamboo

공개 메소드들

메소드 설명
buildForm ( Symfony\Component\Form\FormBuilderInterface $builder, array $options ) Buildform function
getBlockPrefix ( ) : string Returns the prefix of the template block name for this type.
getName ( ) : string Return unique name for this form

메소드 상세

buildForm() 공개 메소드

Buildform function
public buildForm ( Symfony\Component\Form\FormBuilderInterface $builder, array $options )
$builder Symfony\Component\Form\FormBuilderInterface the formBuilder
$options array the options for this form

getBlockPrefix() 공개 메소드

The block prefix defaults to the underscored short class name with the "Type" suffix removed (e.g. "UserProfileType" => "user_profile").
public getBlockPrefix ( ) : string
리턴 string The prefix of the template block name

getName() 공개 메소드

Return unique name for this form
사용 중단: Deprecated since Symfony 2.8, to be removed from Symfony 3.
public getName ( ) : string
리턴 string