Destiny\Player::gPlatformIcon PHP Method

gPlatformIcon() protected method

protected gPlatformIcon ( )
    protected function gPlatformIcon()
    {
        return $this->membershipType == 2 ? '/img/psn.png' : '/img/xbl.png';
    }