Sylius\Bundle\TaxonomyBundle\Form\Type\TaxonCodeChoiceType::__construct PHP Method

__construct() public method

public __construct ( Sylius\Component\Resource\Repository\RepositoryInterface $taxonRepository )
$taxonRepository Sylius\Component\Resource\Repository\RepositoryInterface
    public function __construct(RepositoryInterface $taxonRepository)
    {
        $this->taxonRepository = $taxonRepository;
    }