Destiny\Character\InventoryItem::gProgressionLabel PHP Method

gProgressionLabel() protected method

protected gProgressionLabel ( )
    protected function gProgressionLabel()
    {
        if ($this->isGridComplete) {
            return 'Complete';
        }
        return sprintf('%d / %s', $this->progression['progressToNextLevel'], $this->progression['nextLevelAt']);
    }