PHP Class Sylius\Component\Currency\Provider\CurrencyProvider

Author: Paweł Jędrzejewski ([email protected])
Author: Fernando Caraballo Ortiz ([email protected])
Inheritance: implements Sylius\Component\Currency\Provider\CurrencyProviderInterface
Show file Open project: sylius/sylius Class Usage Examples

Public Methods

Method Description
__construct ( Sylius\Component\Resource\Repository\RepositoryInterface $currencyRepository, string $defaultCurrencyCode )
getAvailableCurrenciesCodes ( )
getDefaultCurrencyCode ( )

Method Details

__construct() public method

public __construct ( Sylius\Component\Resource\Repository\RepositoryInterface $currencyRepository, string $defaultCurrencyCode )
$currencyRepository Sylius\Component\Resource\Repository\RepositoryInterface
$defaultCurrencyCode string

getAvailableCurrenciesCodes() public method

getDefaultCurrencyCode() public method