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

Author: Kamil Kokot ([email protected])
Inheritance: extends Symfony\Component\Form\AbstractType
Datei anzeigen Open project: sylius/sylius Class Usage Examples

Protected Properties

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

Public Methods

Method Description
__construct ( Sylius\Component\Resource\Repository\RepositoryInterface $countryRepository )
configureOptions ( Symfony\Component\OptionsResolver\OptionsResolver $resolver )
getBlockPrefix ( )
getParent ( )

Method Details

__construct() public method

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

configureOptions() public method

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

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