WellCommerce\Bundle\AppBundle\Entity\Price::getCurrency PHP Method

getCurrency() public method

public getCurrency ( ) : string
return string
    public function getCurrency() : string
    {
        return $this->currency;
    }

Usage Example

Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function getShippingCostCurrency()
 {
     return $this->productTotal->getCurrency();
 }