Sylius\Bundle\PromotionBundle\Doctrine\ORM\PromotionCouponRepository::createQueryBuilderByPromotionId PHP Метод

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

public createQueryBuilderByPromotionId ( $promotionId )
    public function createQueryBuilderByPromotionId($promotionId)
    {
        return $this->createQueryBuilder('o')->where('o.promotion = :promotionId')->setParameter('promotionId', $promotionId);
    }