Sonata\Component\Currency\CurrencyInterface::getLabel PHP Method

getLabel() public method

Returns currency's label.
public getLabel ( ) : string
return string
    public function getLabel();

Usage Example

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