PHP 인터페이스 WellCommerce\Bundle\ShippingBundle\Entity\ShippingMethodInterface

저자: Adam Piotrowski ([email protected])
상속: extends WellCommerce\Bundle\CoreBundle\Entity\TimestampableInterface, extends WellCommerce\Bundle\CoreBundle\Entity\TranslatableInterface, extends WellCommerce\Bundle\CoreBundle\Entity\BlameableInterface, extends WellCommerce\Bundle\TaxBundle\Entity\TaxAwareInterface
파일 보기 프로젝트 열기: wellcommerce/wellcommerce 0 사용 예제들

공개 메소드들

메소드 설명
getCalculator ( ) : string
getCosts ( ) : Doctrine\Common\Collections\Collection
getCurrency ( ) : WellCommerce\Bundle\CurrencyBundle\Entity\CurrencyInterface
getPaymentMethods ( ) : Doctrine\Common\Collections\Collection
setCalculator ( string $calculator )
setCosts ( Doctrine\Common\Collections\Collection $costs )
setCurrency ( WellCommerce\Bundle\CurrencyBundle\Entity\CurrencyInterface $currency )

메소드 상세

getCalculator() 공개 메소드

public getCalculator ( ) : string
리턴 string

getCosts() 공개 메소드

public getCosts ( ) : Doctrine\Common\Collections\Collection
리턴 Doctrine\Common\Collections\Collection

getCurrency() 공개 메소드

public getCurrency ( ) : WellCommerce\Bundle\CurrencyBundle\Entity\CurrencyInterface
리턴 WellCommerce\Bundle\CurrencyBundle\Entity\CurrencyInterface

getPaymentMethods() 공개 메소드

public getPaymentMethods ( ) : Doctrine\Common\Collections\Collection
리턴 Doctrine\Common\Collections\Collection

setCalculator() 공개 메소드

public setCalculator ( string $calculator )
$calculator string

setCosts() 공개 메소드

public setCosts ( Doctrine\Common\Collections\Collection $costs )
$costs Doctrine\Common\Collections\Collection

setCurrency() 공개 메소드

public setCurrency ( WellCommerce\Bundle\CurrencyBundle\Entity\CurrencyInterface $currency )
$currency WellCommerce\Bundle\CurrencyBundle\Entity\CurrencyInterface