getCurrency() 공개 메소드

public getCurrency ( ) : string
리턴 string
예제 #1
0
 /**
  * {@inheritdoc}
  */
 public function getShippingCostCurrency()
 {
     return $this->productTotal->getCurrency();
 }