Slackwolf\Game\Role::getName PHP Méthode

getName() public méthode

Returns the name of the current Role.
public getName ( ) : string
Résultat string
    public function getName()
    {
        return null;
    }