PHP 클래스 Ojs\CoreBundle\Form\Type\ExtendedEntityType

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

공개 메소드들

메소드 설명
__construct ( Symfony\Component\PropertyAccess\PropertyAccessorInterface $propertyAccessor )
configureOptions ( Symfony\Component\OptionsResolver\OptionsResolver $resolver )
finishView ( Symfony\Component\Form\FormView $view, Symfony\Component\Form\FormInterface $form, array $options )
getName ( ) : string Returns the name of this type.
getParent ( ) : string

메소드 상세

__construct() 공개 메소드

public __construct ( Symfony\Component\PropertyAccess\PropertyAccessorInterface $propertyAccessor )
$propertyAccessor Symfony\Component\PropertyAccess\PropertyAccessorInterface

configureOptions() 공개 메소드

public configureOptions ( Symfony\Component\OptionsResolver\OptionsResolver $resolver )
$resolver Symfony\Component\OptionsResolver\OptionsResolver

finishView() 공개 메소드

public finishView ( Symfony\Component\Form\FormView $view, Symfony\Component\Form\FormInterface $form, array $options )
$view Symfony\Component\Form\FormView
$form Symfony\Component\Form\FormInterface
$options array

getName() 공개 메소드

Returns the name of this type.
public getName ( ) : string
리턴 string The name of this type

getParent() 공개 메소드

public getParent ( ) : string
리턴 string