PromotionSubjectInterface
interface PromotionSubjectInterface
Interface PromotionSubjectInterface contains promotion methods
Methods
Boolean
Collection|PromotionInterface[]
getPromotions()
Get Promotions.
integer
getPromotionSubjectCount()
Count promotion subjects.
Details
at line 26
Boolean
hasPromotion(PromotionInterface $promotion)
Has Promotion.
at line 35
PromotionSubjectInterface
addPromotion(PromotionInterface $promotion)
Add Promotion.
at line 44
PromotionSubjectInterface
removePromotion(PromotionInterface $promotion)
Remove Promotion.
at line 51
Collection|PromotionInterface[]
getPromotions()
Get Promotions.
at line 59
integer
getPromotionSubjectCount()
Count promotion subjects.