Elcodi\Plugin\CustomShippingBundle\Entity\Interfaces\ShippingRangeInterface::setPrice PHP 메소드

setPrice() 공개 메소드

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