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

Author: Jan Góralski ([email protected])
Inheritance: extends Symfony\Component\Form\AbstractType
Datei anzeigen Open project: sylius/sylius

Protected Properties

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

Public Methods

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

Method Details

__construct() public method

public __construct ( Sylius\Component\Resource\Repository\RepositoryInterface $countryRepository )
$countryRepository 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

$countryRepository protected_oe property

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