PHP 인터페이스 Sonata\Component\Currency\CurrencyPriceCalculatorInterface

저자: Hugo Briand ([email protected])
파일 보기 프로젝트 열기: sonata-project/ecommerce 0 사용 예제들

공개 메소드들

메소드 설명
getPrice ( Sonata\Component\Product\ProductInterface $product, Sonata\Component\Currency\CurrencyInterface $currency, boolean $vat = false ) : float Returns the price of $product for given $currency.

메소드 상세

getPrice() 공개 메소드

Returns the price of $product for given $currency.
public getPrice ( Sonata\Component\Product\ProductInterface $product, Sonata\Component\Currency\CurrencyInterface $currency, boolean $vat = false ) : float
$product Sonata\Component\Product\ProductInterface A product instance
$currency Sonata\Component\Currency\CurrencyInterface A currency instance
$vat boolean Return price including VAT?
리턴 float