PHP Class Sonata\Component\Currency\CurrencyPriceCalculator
Mostrar archivo
Open project: sonata-project/ecommerce
Class Usage Examples
Public Methods
Method |
Description |
|
getPrice ( Sonata\Component\Product\ProductInterface $product, Sonata\Component\Currency\CurrencyInterface $currency, $vat = false ) |
|
|
Method Details
public getPrice ( Sonata\Component\Product\ProductInterface $product, Sonata\Component\Currency\CurrencyInterface $currency, $vat = false ) |
$product |
Sonata\Component\Product\ProductInterface |
|
$currency |
Sonata\Component\Currency\CurrencyInterface |
|