Phosphorum\Badges\BadgeBase::getName PHP Méthode

getName() public méthode

Returns the name of the badge
public getName ( ) : string
Résultat string
    public function getName()
    {
        return $this->name;
    }