PHP Interface WellCommerce\Bundle\ShippingBundle\Entity\ShippingMethodCostInterface

Author: Adam Piotrowski ([email protected])
Inheritance: extends WellCommerce\Bundle\CoreBundle\Entity\TimestampableInterface, extends WellCommerce\Bundle\ShippingBundle\Entity\ShippingMethodAwareInterface
Exibir arquivo Open project: wellcommerce/wellcommerce Interface Usage Examples

Public Methods

Method Description
getCost ( ) : Price
getRangeFrom ( ) : float
getRangeTo ( ) : float
setCost ( Price $cost )
setRangeFrom ( float $rangeFrom )
setRangeTo ( float $rangeTo )

Method Details

getCost() public method

public getCost ( ) : Price
return WellCommerce\Bundle\AppBundle\Entity\Price

getRangeFrom() public method

public getRangeFrom ( ) : float
return float

getRangeTo() public method

public getRangeTo ( ) : float
return float

setCost() public method

public setCost ( Price $cost )
$cost WellCommerce\Bundle\AppBundle\Entity\Price

setRangeFrom() public method

public setRangeFrom ( float $rangeFrom )
$rangeFrom float

setRangeTo() public method

public setRangeTo ( float $rangeTo )
$rangeTo float