Destiny\Account::gCurrencies PHP Method

gCurrencies() protected method

protected gCurrencies ( )
    protected function gCurrencies()
    {
        return new CurrencyCollection($this->properties['inventory']['currencies']);
    }