Phosphorum\Badges\BadgeBase::getName PHP Метод

getName() публичный Метод

Returns the name of the badge
public getName ( ) : string
Результат string
    public function getName()
    {
        return $this->name;
    }