PHP 클래스 Sylius\Bundle\AttributeBundle\Form\Type\AttributeType

저자: Paweł Jędrzejewski ([email protected])
저자: Leszek Prabucki ([email protected])
저자: Mateusz Zalewski ([email protected])
상속: extends Sylius\Bundle\ResourceBundle\Form\Type\AbstractResourceType
파일 보기 프로젝트 열기: sylius/sylius 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$attributeTranslationType string
$formTypeRegistry Sylius\Bundle\ResourceBundle\Form\Registry\FormTypeRegistryInterface

공개 메소드들

메소드 설명
__construct ( $dataClass, array $validationGroups, string $attributeTranslationType, Sylius\Bundle\ResourceBundle\Form\Registry\FormTypeRegistryInterface $formTypeRegistry )
buildForm ( Symfony\Component\Form\FormBuilderInterface $builder, array $options )

메소드 상세

__construct() 공개 메소드

public __construct ( $dataClass, array $validationGroups, string $attributeTranslationType, Sylius\Bundle\ResourceBundle\Form\Registry\FormTypeRegistryInterface $formTypeRegistry )
$validationGroups array
$attributeTranslationType string
$formTypeRegistry Sylius\Bundle\ResourceBundle\Form\Registry\FormTypeRegistryInterface

buildForm() 공개 메소드

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

프로퍼티 상세

$attributeTranslationType 보호되어 있는 프로퍼티

protected string $attributeTranslationType
리턴 string

$formTypeRegistry 보호되어 있는 프로퍼티

protected FormTypeRegistryInterface,Sylius\Bundle\ResourceBundle\Form\Registry $formTypeRegistry
리턴 Sylius\Bundle\ResourceBundle\Form\Registry\FormTypeRegistryInterface