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