Slackwolf\Game\Role::getName PHP Метод

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

Returns the name of the current Role.
public getName ( ) : string
Результат string
    public function getName()
    {
        return null;
    }