| 1 | <?php |
||
| 7 | class CurrencyLoader |
||
| 8 | { |
||
| 9 | protected static $curriencies = []; |
||
| 10 | |||
| 11 | /** |
||
| 12 | * Retrive all the curriencies of all countries |
||
| 13 | * |
||
| 14 | * @param boolean $longlist states if need all the details of the curriencies or only the keys |
||
| 15 | * |
||
| 16 | * @throws \Rinvex\Country\CountryLoaderException |
||
| 17 | * |
||
| 18 | * @return array |
||
| 19 | */ |
||
| 20 | public static function curriencies($longlist = false): array |
||
| 40 | } |
||
| 41 |