PHP Interface Sonata\Component\Currency\CurrencyManagerInterface

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

Méthodes publiques

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

Method Details

findOneByLabel() public méthode

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