| 1 | <?php |
||
| 13 | final class ISOCurrenciesProvider implements AvailableCurrenciesProviderInterface |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @var ISOCurrencies |
||
| 17 | */ |
||
| 18 | private $isoCurrencies; |
||
| 19 | |||
| 20 | public function __construct() |
||
| 24 | |||
| 25 | /** |
||
| 26 | * {@inheritdoc} |
||
| 27 | */ |
||
| 28 | public function provideAvailableCurrencies(): Currencies |
||
| 32 | } |
||
| 33 |