Slackwolf\Game\Role::getName PHP Method

getName() public method

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