PHP 인터페이스 Elcodi\Plugin\CustomShippingBundle\Entity\Interfaces\ShippingRangeInterface

상속: extends Elcodi\Plugin\CustomShippingBundle\Entity\Interfaces\ShippingPriceRangeInterface, extends Elcodi\Plugin\CustomShippingBundle\Entity\Interfaces\ShippingWeightRangeInterface, extends Elcodi\Component\Core\Entity\Interfaces\EnabledInterface, extends Elcodi\Component\Core\Entity\Interfaces\IdentifiableInterface
파일 보기 프로젝트 열기: elcodi/bamboo 0 사용 예제들

공개 메소드들

메소드 설명
getCarrier ( ) : Elcodi\Plugin\CustomShippingBundle\Entity\Interfaces\CarrierInterface Get Carrier
getFromZone ( ) : Elcodi\Component\Zone\Entity\Interfaces\ZoneInterface Get FromZone
getName ( ) : string Get Name
getPrice ( ) : Elcodi\Component\Currency\Entity\Interfaces\MoneyInterface Get price
getToZone ( ) : Elcodi\Component\Zone\Entity\Interfaces\ZoneInterface Get ToZone
getType ( ) : mixed Get Type
setCarrier ( Elcodi\Plugin\CustomShippingBundle\Entity\Interfaces\CarrierInterface $carrier ) Sets Carrier
setFromZone ( Elcodi\Component\Zone\Entity\Interfaces\ZoneInterface $fromZone ) Sets FromZone
setName ( string $name ) Sets Name
setPrice ( Elcodi\Component\Currency\Entity\Interfaces\MoneyInterface $amount ) Set price
setToZone ( Elcodi\Component\Zone\Entity\Interfaces\ZoneInterface $toZone ) Sets ToZone
setType ( mixed $type ) Sets Type

메소드 상세

getCarrier() 공개 메소드

Get Carrier
public getCarrier ( ) : Elcodi\Plugin\CustomShippingBundle\Entity\Interfaces\CarrierInterface
리턴 Elcodi\Plugin\CustomShippingBundle\Entity\Interfaces\CarrierInterface Carrier

getFromZone() 공개 메소드

Get FromZone
public getFromZone ( ) : Elcodi\Component\Zone\Entity\Interfaces\ZoneInterface
리턴 Elcodi\Component\Zone\Entity\Interfaces\ZoneInterface FromZone

getName() 공개 메소드

Get Name
public getName ( ) : string
리턴 string Name

getPrice() 공개 메소드

Get price
public getPrice ( ) : Elcodi\Component\Currency\Entity\Interfaces\MoneyInterface
리턴 Elcodi\Component\Currency\Entity\Interfaces\MoneyInterface Price

getToZone() 공개 메소드

Get ToZone
public getToZone ( ) : Elcodi\Component\Zone\Entity\Interfaces\ZoneInterface
리턴 Elcodi\Component\Zone\Entity\Interfaces\ZoneInterface ToZone

getType() 공개 메소드

Get Type
public getType ( ) : mixed
리턴 mixed Type

setCarrier() 공개 메소드

Sets Carrier
public setCarrier ( Elcodi\Plugin\CustomShippingBundle\Entity\Interfaces\CarrierInterface $carrier )
$carrier Elcodi\Plugin\CustomShippingBundle\Entity\Interfaces\CarrierInterface Carrier

setFromZone() 공개 메소드

Sets FromZone
public setFromZone ( Elcodi\Component\Zone\Entity\Interfaces\ZoneInterface $fromZone )
$fromZone Elcodi\Component\Zone\Entity\Interfaces\ZoneInterface FromZone

setName() 공개 메소드

Sets Name
public setName ( string $name )
$name string Name

setPrice() 공개 메소드

Set price
public setPrice ( Elcodi\Component\Currency\Entity\Interfaces\MoneyInterface $amount )
$amount Elcodi\Component\Currency\Entity\Interfaces\MoneyInterface Price

setToZone() 공개 메소드

Sets ToZone
public setToZone ( Elcodi\Component\Zone\Entity\Interfaces\ZoneInterface $toZone )
$toZone Elcodi\Component\Zone\Entity\Interfaces\ZoneInterface ToZone

setType() 공개 메소드

Sets Type
public setType ( mixed $type )
$type mixed Type