PHP 클래스 WellCommerce\Bundle\ShippingBundle\Entity\ShippingMethod

저자: Adam Piotrowski ([email protected])
상속: extends WellCommerce\Bundle\DoctrineBundle\Entity\AbstractEntity, implements WellCommerce\Bundle\ShippingBundle\Entity\ShippingMethodInterface, use trait Knp\DoctrineBehaviors\Model\Translatable\Translatable, use trait Knp\DoctrineBehaviors\Model\Timestampable\Timestampable, use trait Knp\DoctrineBehaviors\Model\Blameable\Blameable, use trait WellCommerce\Bundle\DoctrineBundle\Behaviours\Enableable\EnableableTrait, use trait WellCommerce\Bundle\AppBundle\Entity\HierarchyAwareTrait, use trait WellCommerce\Bundle\TaxBundle\Entity\TaxAwareTrait
파일 보기 프로젝트 열기: wellcommerce/wellcommerce 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$calculator string
$costs Doctrine\Common\Collections\Collection
$currency string
$paymentMethods Doctrine\Common\Collections\Collection

공개 메소드들

메소드 설명
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

프로퍼티 상세

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

protected string $calculator
리턴 string

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

protected Collection,Doctrine\Common\Collections $costs
리턴 Doctrine\Common\Collections\Collection

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

protected string $currency
리턴 string

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

protected Collection,Doctrine\Common\Collections $paymentMethods
리턴 Doctrine\Common\Collections\Collection