PHP Interface Sylius\Component\Payment\Repository\PaymentMethodRepositoryInterface

Author: Arnaud Langlade ([email protected])
Datei anzeigen Open project: sylius/sylius Interface Usage Examples

Public Methods

Method Description
findByName ( string $name, string $locale ) : Sylius\Component\Payment\Model\PaymentMethodInterface[]

Method Details

findByName() public method

public findByName ( string $name, string $locale ) : Sylius\Component\Payment\Model\PaymentMethodInterface[]
$name string
$locale string
return Sylius\Component\Payment\Model\PaymentMethodInterface[]