getCurrency() public méthode

public getCurrency ( ) : string
Résultat string
Exemple #1
0
 /**
  * {@inheritdoc}
  */
 public function getShippingCostCurrency()
 {
     return $this->productTotal->getCurrency();
 }