In reply to dharamvir:
There are several possibilities:
- The value is set by the parent.
- The class uses the field automation macros, which will attempt to get the value from the config_db() using the variable name.
Neither of these methods are recommended. Instead, you should have a configuration object which encapsulates all of the configuration variables, reducing the number of calls to the config_db.