public static function Currency::resourceDir in Currency 7.2
Returns the directory that contains the currency resources.
Return value
string
2 calls to Currency::resourceDir()
- Currency::resourceListAll in currency/
vendor/ bartfeenstra/ currency/ src/ BartFeenstra/ Currency/ Currency.php - Lists all currency resources in the library.
- Currency::resourceLoad in currency/
vendor/ bartfeenstra/ currency/ src/ BartFeenstra/ Currency/ Currency.php - Loads a currency resource into this object.
File
- currency/
vendor/ bartfeenstra/ currency/ src/ BartFeenstra/ Currency/ Currency.php, line 91 - Contains class \BartFeenstra\Currency\Currency.
Class
- Currency
- Describes a currency.
Namespace
BartFeenstra\CurrencyCode
public static function resourceDir() {
return __DIR__ . self::$resourcePath;
}