Method | Description | |
---|---|---|
getFromPrice ( ) : Elcodi\Component\Currency\Entity\Interfaces\MoneyInterface | Get from price | |
getToPrice ( ) : Elcodi\Component\Currency\Entity\Interfaces\MoneyInterface | Get to price | |
setFromPrice ( Elcodi\Component\Currency\Entity\Interfaces\MoneyInterface $price ) | Sets from price | |
setToPrice ( Elcodi\Component\Currency\Entity\Interfaces\MoneyInterface $price ) | Sets to price |
public getFromPrice ( ) : Elcodi\Component\Currency\Entity\Interfaces\MoneyInterface | ||
return | Elcodi\Component\Currency\Entity\Interfaces\MoneyInterface | Price |
public getToPrice ( ) : Elcodi\Component\Currency\Entity\Interfaces\MoneyInterface | ||
return | Elcodi\Component\Currency\Entity\Interfaces\MoneyInterface | Price |
public setFromPrice ( Elcodi\Component\Currency\Entity\Interfaces\MoneyInterface $price ) | ||
$price | Elcodi\Component\Currency\Entity\Interfaces\MoneyInterface | Price |
public setToPrice ( Elcodi\Component\Currency\Entity\Interfaces\MoneyInterface $price ) | ||
$price | Elcodi\Component\Currency\Entity\Interfaces\MoneyInterface | Price |