Sonata\Component\Currency\CurrencyDetector::getCurrency PHP Method

getCurrency() public method

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

Usage Example

 /**
  * @covers Sonata\Component\Currency\CurrencyDetector::getCurrency
  */
 public function testGetCurrency()
 {
     $this->assertEquals($this->currency->getLabel(), $this->object->getCurrency()->getLabel());
 }