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

__construct() public method

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