PHP 클래스 AppBundle\Entity\PromotionSubject

저자: Magdalena Banasiak ([email protected])
상속: implements Sylius\Component\Resource\Model\ResourceInterface, implements Sylius\Component\Promotion\Model\PromotionSubjectInterface
파일 보기 프로젝트 열기: sylius/sylius

보호된 프로퍼티들

프로퍼티 타입 설명
$promotions Doctrine\Common\Collections\Collection | Sylius\Component\Promotion\Model\PromotionInterface[]

공개 메소드들

메소드 설명
addPromotion ( Sylius\Component\Promotion\Model\PromotionInterface $promotion )
getId ( )
getPromotionSubjectTotal ( )
getPromotions ( )
hasPromotion ( Sylius\Component\Promotion\Model\PromotionInterface $promotion )
removePromotion ( Sylius\Component\Promotion\Model\PromotionInterface $promotion )

메소드 상세

addPromotion() 공개 메소드

public addPromotion ( Sylius\Component\Promotion\Model\PromotionInterface $promotion )
$promotion Sylius\Component\Promotion\Model\PromotionInterface

getId() 공개 메소드

public getId ( )

getPromotionSubjectTotal() 공개 메소드

getPromotions() 공개 메소드

public getPromotions ( )

hasPromotion() 공개 메소드

public hasPromotion ( Sylius\Component\Promotion\Model\PromotionInterface $promotion )
$promotion Sylius\Component\Promotion\Model\PromotionInterface

removePromotion() 공개 메소드

public removePromotion ( Sylius\Component\Promotion\Model\PromotionInterface $promotion )
$promotion Sylius\Component\Promotion\Model\PromotionInterface

프로퍼티 상세

$promotions 보호되어 있는 프로퍼티

protected Collection,Doctrine\Common\Collections|PromotionInterface[],Sylius\Component\Promotion\Model $promotions
리턴 Doctrine\Common\Collections\Collection | Sylius\Component\Promotion\Model\PromotionInterface[]