Destiny\Character\Progression::gLabel PHP Method

gLabel() protected method

protected gLabel ( )
    protected function gLabel()
    {
        return array_get($this->names, $this->name, $this->name);
    }