PHP Class Sylius\Bundle\AddressingBundle\Form\Type\ProvinceCodeChoiceType

Author: Jan Góralski ([email protected])
Inheritance: extends Symfony\Component\Form\AbstractType
ファイルを表示 Open project: sylius/sylius

Protected Properties

Property Type Description
$provinceRepository Sylius\Component\Resource\Repository\RepositoryInterface

Public Methods

Method Description
__construct ( Sylius\Component\Resource\Repository\RepositoryInterface $provinceRepository )
buildForm ( Symfony\Component\Form\FormBuilderInterface $builder, array $options )
getBlockPrefix ( )
getParent ( )

Method Details

__construct() public method

public __construct ( Sylius\Component\Resource\Repository\RepositoryInterface $provinceRepository )
$provinceRepository Sylius\Component\Resource\Repository\RepositoryInterface

buildForm() public method

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

getBlockPrefix() public method

public getBlockPrefix ( )

getParent() public method

public getParent ( )

Property Details

$provinceRepository protected_oe property

protected RepositoryInterface,Sylius\Component\Resource\Repository $provinceRepository
return Sylius\Component\Resource\Repository\RepositoryInterface