Sylius\Bundle\PromotionBundle\Form\Type\PromotionCouponToCodeType::__construct PHP Method

__construct() public method

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