Destiny\Character\Statistics::gTotal PHP Method

gTotal() protected method

protected gTotal ( )
    protected function gTotal()
    {
        return new StatisticsCollection(array_get($this->properties, 'merged.allTime', []));
    }