Sylius\Bundle\PromotionBundle\Form\Type\PromotionCouponToCodeType::__construct PHP Метод

__construct() публичный Метод

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