PHP Interface Sonata\Component\Currency\CurrencyManagerInterface

Author: Hugo Briand ([email protected])
Inheritance: extends Sonata\CoreBundle\Model\ManagerInterface
Show file Open project: sonata-project/ecommerce Interface Usage Examples

Public Methods

Method Description
findOneByLabel ( string $currencyLabel ) : Sonata\Component\Currency\CurrencyInterface | null Finds the currency matching $currencyLabel.

Method Details

findOneByLabel() public method

Finds the currency matching $currencyLabel.
public findOneByLabel ( string $currencyLabel ) : Sonata\Component\Currency\CurrencyInterface | null
$currencyLabel string
return Sonata\Component\Currency\CurrencyInterface | null